Html Css Color HEX #BC28D4 Dark Orchid

📋 copy color: '#BC28D4'

red 188 ◦ green 40 ◦ blue 212

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

Shades of Dark Orchid #BC28D4

Tints of Dark Orchid #BC28D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.18%

R = 42.73%
G = 9.09%
B = 48.18%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BC28D4 (or 0xBC28D4) is known color: Dark Orchid. HEX triplet: BC, 28 and D4. RGB value is (188,40,212). Sum of RGB (Red+Green+Blue) = 188+40+212=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC28D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28D4 is #43D72B. Grayscale: #676767. Windows color (decimal): -4445996 or 13904060. OLE color: 13904060.

HSL color Cylindrical-coordinate representation of color #BC28D4: hue angle of 291.63º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC28D4 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 40 212 -
CMYK 0.11 0.81 0 0.17
HSL 291.63º 0.68% 0.49% -
HSV(B) 291.63º 0.81% 0.83% -
XYZ 33.38 16.96 63.8 -
YUV 103.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 188 40 212 0.11 0.81 0 0.17 291.63 0.68 0.49
Hex BC 28 D4 B 51 0 11 124 44 31
Octal 274 50 324 13 121 0 21 444 104 61
Binary 10111100 101000 11010100 1011 1010001 0 10001 100100100 1000100 110001

Color Harmonies of #BC28D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28D4

Black with #BC28D4

Text Example


Text Example

White with #BC28D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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