Html Css Color HEX #BC28CA Dark Orchid

📋 copy color: '#BC28CA'

red 188 ◦ green 40 ◦ blue 202

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

Shades of Dark Orchid #BC28CA

Tints of Dark Orchid #BC28CA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.3%

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

R = 43.72%
G = 9.3%
B = 46.98%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC28CA (or 0xBC28CA) is known color: Dark Orchid. HEX triplet: BC, 28 and CA. RGB value is (188,40,202). Sum of RGB (Red+Green+Blue) = 188+40+202=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC28CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28CA is #43D735. Grayscale: #666666. Windows color (decimal): -4446006 or 13248700. OLE color: 13248700.

HSL color Cylindrical-coordinate representation of color #BC28CA: hue angle of 294.81º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC28CA is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 40 202 -
CMYK 0.07 0.80 0 0.21
HSL 294.81º 0.67% 0.47% -
HSV(B) 294.81º 0.8% 0.79% -
XYZ 32.16 16.47 57.36 -
YUV 102.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 188 40 202 0.07 0.80 0 0.21 294.81 0.67 0.47
Hex BC 28 CA 7 50 0 15 127 43 2F
Octal 274 50 312 7 120 0 25 447 103 57
Binary 10111100 101000 11001010 111 1010000 0 10101 100100111 1000011 101111

Color Harmonies of #BC28CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28CA

Black with #BC28CA

Text Example


Text Example

White with #BC28CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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