Html Css Color HEX #BC39CB Medium Orchid

📋 copy color: '#BC39CB'

red 188 ◦ green 57 ◦ blue 203

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

Shades of Medium Orchid #BC39CB

Tints of Medium Orchid #BC39CB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.72%

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

R = 41.96%
G = 12.72%
B = 45.31%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC39CB (or 0xBC39CB) is known color: Medium Orchid. HEX triplet: BC, 39 and CB. RGB value is (188,57,203). Sum of RGB (Red+Green+Blue) = 188+57+203=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC39CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39CB is #43C634. Grayscale: #707070. Windows color (decimal): -4441653 or 13318588. OLE color: 13318588.

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

Color convert

RGB 188 57 203 -
CMYK 0.07 0.72 0 0.20
HSL 293.84º 0.58% 0.51% -
HSV(B) 293.84º 0.72% 0.8% -
XYZ 32.98 17.93 58.22 -
YUV 112.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 188 57 203 0.07 0.72 0 0.20 293.84 0.58 0.51
Hex BC 39 CB 7 48 0 14 126 3A 33
Octal 274 71 313 7 110 0 24 446 72 63
Binary 10111100 111001 11001011 111 1001000 0 10100 100100110 111010 110011

Color Harmonies of #BC39CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39CB

Black with #BC39CB

Text Example


Text Example

White with #BC39CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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