Html Css Color HEX #BC42CC Medium Orchid

📋 copy color: '#BC42CC'

red 188 ◦ green 66 ◦ blue 204

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

Shades of Medium Orchid #BC42CC

Tints of Medium Orchid #BC42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.41%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 41.05%
G = 14.41%
B = 44.54%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC42CC (or 0xBC42CC) is known color: Medium Orchid. HEX triplet: BC, 42 and CC. RGB value is (188,66,204). Sum of RGB (Red+Green+Blue) = 188+66+204=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC42CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42CC is #43BD33. Grayscale: #757575. Windows color (decimal): -4439348 or 13386428. OLE color: 13386428.

HSL color Cylindrical-coordinate representation of color #BC42CC: hue angle of 293.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC42CC is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 66 204 -
CMYK 0.08 0.68 0 0.2
HSL 293.04º 0.58% 0.53% -
HSV(B) 293.04º 0.68% 0.8% -
XYZ 33.59 18.95 59.01 -
YUV 118.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 188 66 204 0.08 0.68 0 0.2 293.04 0.58 0.53
Hex BC 42 CC 8 44 0 14 125 3A 35
Octal 274 102 314 10 104 0 24 445 72 65
Binary 10111100 1000010 11001100 1000 1000100 0 10100 100100101 111010 110101

Color Harmonies of #BC42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42CC

Black with #BC42CC

Text Example


Text Example

White with #BC42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42CC; }

 p { color: rgb(188,66,204); }

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

background-color css

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

 a { background-color: rgb(188,66,204); }

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

border-color css

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

 span { border-color: rgb(188,66,204); }

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