Html Css Color HEX #B828CA Dark Orchid

📋 copy color: '#B828CA'

red 184 ◦ green 40 ◦ blue 202

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

Shades of Dark Orchid #B828CA

Tints of Dark Orchid #B828CA

RGB

 RED value IS 184 (72.27% from 255) = 43.19%

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

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

R = 43.19%
G = 9.39%
B = 47.42%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B828CA (or 0xB828CA) is known color: Dark Orchid. HEX triplet: B8, 28 and CA. RGB value is (184,40,202). Sum of RGB (Red+Green+Blue) = 184+40+202=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #B828CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828CA is #47D735. Grayscale: #656565. Windows color (decimal): -4708150 or 13248696. OLE color: 13248696.

HSL color Cylindrical-coordinate representation of color #B828CA: hue angle of 293.33º 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 #B828CA is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 40 202 -
CMYK 0.09 0.80 0 0.21
HSL 293.33º 0.67% 0.47% -
HSV(B) 293.33º 0.8% 0.79% -
XYZ 31.19 15.97 57.32 -
YUV 101.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 184 40 202 0.09 0.80 0 0.21 293.33 0.67 0.47
Hex B8 28 CA 9 50 0 15 125 43 2F
Octal 270 50 312 11 120 0 25 445 103 57
Binary 10111000 101000 11001010 1001 1010000 0 10101 100100101 1000011 101111

Color Harmonies of #B828CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828CA

Black with #B828CA

Text Example


Text Example

White with #B828CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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