Html Css Color HEX #BC5FD0 Medium Orchid

📋 copy color: '#BC5FD0'

red 188 ◦ green 95 ◦ blue 208

#BC5FD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BC5FD0

Tints of Medium Orchid #BC5FD0

RGB

 RED value IS 188 (73.83% from 255) = 38.29%

 GREEN value IS 95 (37.5% from 255) = 19.35%

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 38.29%
G = 19.35%
B = 42.36%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC5FD0 (or 0xBC5FD0) is known color: Medium Orchid. HEX triplet: BC, 5F and D0. RGB value is (188,95,208). Sum of RGB (Red+Green+Blue) = 188+95+208=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC5FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FD0 is #43A02F. Grayscale: #878787. Windows color (decimal): -4431920 or 13655996. OLE color: 13655996.

HSL color Cylindrical-coordinate representation of color #BC5FD0: hue angle of 289.38º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5FD0 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 95 208 -
CMYK 0.10 0.54 0 0.18
HSL 289.38º 0.55% 0.59% -
HSV(B) 289.38º 0.54% 0.82% -
XYZ 36.22 23.43 62.29 -
YUV 135.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 188 95 208 0.10 0.54 0 0.18 289.38 0.55 0.59
Hex BC 5F D0 A 36 0 12 121 37 3B
Octal 274 137 320 12 66 0 22 441 67 73
Binary 10111100 1011111 11010000 1010 110110 0 10010 100100001 110111 111011

Color Harmonies of #BC5FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FD0

Black with #BC5FD0

Text Example


Text Example

White with #BC5FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FD0; }

 p { color: rgb(188,95,208); }

 H1.HeaderClassName
 {
   color: #BC5FD0;
 }
 .AnyTagClassName
 {
   color: #BC5FD0;
 }
</style>

background-color css

<style>
 a { background-color: #BC5FD0; }

 a { background-color: rgb(188,95,208); }

 div.DivClassName
 {
   background-color: #BC5FD0;
 }
 .BgClassName
 {
   background-color: #BC5FD0;
 }
</style>

border-color css

<style>
 span { border-color: #BC5FD0; }

 span { border-color: rgb(188,95,208); }

 td.TdClassName
 {
   border-color: #BC5FD0;
 }
 .TagClassName
 {
   border-color: #BC5FD0;
 }
</style>