Html Css Color HEX #BC3CCB Medium Orchid

📋 copy color: '#BC3CCB'

red 188 ◦ green 60 ◦ blue 203

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

Shades of Medium Orchid #BC3CCB

Tints of Medium Orchid #BC3CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.3%

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

R = 41.69%
G = 13.3%
B = 45.01%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC3CCB (or 0xBC3CCB) is known color: Medium Orchid. HEX triplet: BC, 3C and CB. RGB value is (188,60,203). Sum of RGB (Red+Green+Blue) = 188+60+203=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC3CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CCB is #43C334. Grayscale: #727272. Windows color (decimal): -4440885 or 13319356. OLE color: 13319356.

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

Color convert

RGB 188 60 203 -
CMYK 0.07 0.70 0 0.20
HSL 293.71º 0.58% 0.52% -
HSV(B) 293.71º 0.7% 0.8% -
XYZ 33.13 18.23 58.27 -
YUV 114.57 177.91 180.37 -
System Red Green Blue C M Y K H S L
Decimal 188 60 203 0.07 0.70 0 0.20 293.71 0.58 0.52
Hex BC 3C CB 7 46 0 14 126 3A 34
Octal 274 74 313 7 106 0 24 446 72 64
Binary 10111100 111100 11001011 111 1000110 0 10100 100100110 111010 110100

Color Harmonies of #BC3CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CCB

Black with #BC3CCB

Text Example


Text Example

White with #BC3CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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