Html Css Color HEX #B828BE Dark Orchid

📋 copy color: '#B828BE'

red 184 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #B828BE

Tints of Dark Orchid #B828BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 44.44%
G = 9.66%
B = 45.89%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B828BE (or 0xB828BE) is known color: Dark Orchid. HEX triplet: B8, 28 and BE. RGB value is (184,40,190). Sum of RGB (Red+Green+Blue) = 184+40+190=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #B828BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828BE is #47D741. Grayscale: #636363. Windows color (decimal): -4708162 or 12462264. OLE color: 12462264.

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

Color convert

RGB 184 40 190 -
CMYK 0.03 0.79 0 0.25
HSL 297.6º 0.65% 0.45% -
HSV(B) 297.6º 0.79% 0.75% -
XYZ 29.82 15.43 50.12 -
YUV 100.16 178.71 187.8 -
System Red Green Blue C M Y K H S L
Decimal 184 40 190 0.03 0.79 0 0.25 297.6 0.65 0.45
Hex B8 28 BE 3 4F 0 19 12A 41 2D
Octal 270 50 276 3 117 0 31 452 101 55
Binary 10111000 101000 10111110 11 1001111 0 11001 100101010 1000001 101101

Color Harmonies of #B828BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828BE

Black with #B828BE

Text Example


Text Example

White with #B828BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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