Html Css Color HEX #BC76CA Medium Orchid

📋 copy color: '#BC76CA'

red 188 ◦ green 118 ◦ blue 202

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

Shades of Medium Orchid #BC76CA

Tints of Medium Orchid #BC76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.23%

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 37.01%
G = 23.23%
B = 39.76%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC76CA (or 0xBC76CA) is known color: Medium Orchid. HEX triplet: BC, 76 and CA. RGB value is (188,118,202). Sum of RGB (Red+Green+Blue) = 188+118+202=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76CA is #438935. Grayscale: #949494. Windows color (decimal): -4426038 or 13268668. OLE color: 13268668.

HSL color Cylindrical-coordinate representation of color #BC76CA: hue angle of 290º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC76CA is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 118 202 -
CMYK 0.07 0.42 0 0.21
HSL 290º 0.44% 0.63% -
HSV(B) 290º 0.42% 0.79% -
XYZ 37.88 27.91 59.27 -
YUV 148.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 188 118 202 0.07 0.42 0 0.21 290 0.44 0.63
Hex BC 76 CA 7 2A 0 15 122 2C 3F
Octal 274 166 312 7 52 0 25 442 54 77
Binary 10111100 1110110 11001010 111 101010 0 10101 100100010 101100 111111

Color Harmonies of #BC76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC76CA

Black with #BC76CA

Text Example


Text Example

White with #BC76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC76CA; }

 p { color: rgb(188,118,202); }

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

background-color css

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

 a { background-color: rgb(188,118,202); }

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

border-color css

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

 span { border-color: rgb(188,118,202); }

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