Html Css Color HEX #B828BB Dark Orchid

📋 copy color: '#B828BB'

red 184 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #B828BB

Tints of Dark Orchid #B828BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 44.77%
G = 9.73%
B = 45.5%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B828BB (or 0xB828BB) is known color: Dark Orchid. HEX triplet: B8, 28 and BB. RGB value is (184,40,187). Sum of RGB (Red+Green+Blue) = 184+40+187=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #B828BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828BB is #47D744. Grayscale: #636363. Windows color (decimal): -4708165 or 12265656. OLE color: 12265656.

HSL color Cylindrical-coordinate representation of color #B828BB: hue angle of 298.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B828BB is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 40 187 -
CMYK 0.02 0.79 0 0.27
HSL 298.78º 0.65% 0.45% -
HSV(B) 298.78º 0.79% 0.73% -
XYZ 29.5 15.3 48.41 -
YUV 99.81 177.21 188.05 -
System Red Green Blue C M Y K H S L
Decimal 184 40 187 0.02 0.79 0 0.27 298.78 0.65 0.45
Hex B8 28 BB 2 4F 0 1B 12B 41 2D
Octal 270 50 273 2 117 0 33 453 101 55
Binary 10111000 101000 10111011 10 1001111 0 11011 100101011 1000001 101101

Color Harmonies of #B828BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828BB

Black with #B828BB

Text Example


Text Example

White with #B828BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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