Html Css Color HEX #BC28E5 Dark Orchid

📋 copy color: '#BC28E5'

red 188 ◦ green 40 ◦ blue 229

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

Shades of Dark Orchid #BC28E5

Tints of Dark Orchid #BC28E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.11%

R = 41.14%
G = 8.75%
B = 50.11%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC28E5 (or 0xBC28E5) is known color: Dark Orchid. HEX triplet: BC, 28 and E5. RGB value is (188,40,229). Sum of RGB (Red+Green+Blue) = 188+40+229=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC28E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC28E5 is #43D71A. Grayscale: #696969. Windows color (decimal): -4445979 or 15018172. OLE color: 15018172.

HSL color Cylindrical-coordinate representation of color #BC28E5: hue angle of 286.98º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC28E5 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 40 229 -
CMYK 0.18 0.83 0 0.10
HSL 286.98º 0.78% 0.53% -
HSV(B) 286.98º 0.83% 0.9% -
XYZ 35.64 17.87 75.7 -
YUV 105.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 188 40 229 0.18 0.83 0 0.10 286.98 0.78 0.53
Hex BC 28 E5 12 53 0 A 11F 4E 35
Octal 274 50 345 22 123 0 12 437 116 65
Binary 10111100 101000 11100101 10010 1010011 0 1010 100011111 1001110 110101

Color Harmonies of #BC28E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC28E5

Black with #BC28E5

Text Example


Text Example

White with #BC28E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC28E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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