Html Css Color HEX #BC62CB Medium Orchid

📋 copy color: '#BC62CB'

red 188 ◦ green 98 ◦ blue 203

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

Shades of Medium Orchid #BC62CB

Tints of Medium Orchid #BC62CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.04%

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 38.45%
G = 20.04%
B = 41.51%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC62CB (or 0xBC62CB) is known color: Medium Orchid. HEX triplet: BC, 62 and CB. RGB value is (188,98,203). Sum of RGB (Red+Green+Blue) = 188+98+203=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62CB is #439D34. Grayscale: #888888. Windows color (decimal): -4431157 or 13329084. OLE color: 13329084.

HSL color Cylindrical-coordinate representation of color #BC62CB: hue angle of 291.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC62CB is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 98 203 -
CMYK 0.07 0.52 0 0.20
HSL 291.43º 0.5% 0.59% -
HSV(B) 291.43º 0.52% 0.8% -
XYZ 35.89 23.74 59.19 -
YUV 136.88 165.32 164.46 -
System Red Green Blue C M Y K H S L
Decimal 188 98 203 0.07 0.52 0 0.20 291.43 0.5 0.59
Hex BC 62 CB 7 34 0 14 123 32 3B
Octal 274 142 313 7 64 0 24 443 62 73
Binary 10111100 1100010 11001011 111 110100 0 10100 100100011 110010 111011

Color Harmonies of #BC62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62CB

Black with #BC62CB

Text Example


Text Example

White with #BC62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62CB; }

 p { color: rgb(188,98,203); }

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

background-color css

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

 a { background-color: rgb(188,98,203); }

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

border-color css

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

 span { border-color: rgb(188,98,203); }

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