Html Css Color HEX #B826BA Dark Orchid

📋 copy color: '#B826BA'

red 184 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #B826BA

Tints of Dark Orchid #B826BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.31%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 45.1%
G = 9.31%
B = 45.59%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B826BA (or 0xB826BA) is known color: Dark Orchid. HEX triplet: B8, 26 and BA. RGB value is (184,38,186). Sum of RGB (Red+Green+Blue) = 184+38+186=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #B826BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826BA is #47D945. Grayscale: #626262. Windows color (decimal): -4708678 or 12199608. OLE color: 12199608.

HSL color Cylindrical-coordinate representation of color #B826BA: hue angle of 299.19º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B826BA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 38 186 -
CMYK 0.01 0.80 0 0.27
HSL 299.19º 0.66% 0.44% -
HSV(B) 299.19º 0.8% 0.73% -
XYZ 29.32 15.12 47.83 -
YUV 98.53 177.37 188.97 -
System Red Green Blue C M Y K H S L
Decimal 184 38 186 0.01 0.80 0 0.27 299.19 0.66 0.44
Hex B8 26 BA 1 50 0 1B 12B 42 2C
Octal 270 46 272 1 120 0 33 453 102 54
Binary 10111000 100110 10111010 1 1010000 0 11011 100101011 1000010 101100

Color Harmonies of #B826BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826BA

Black with #B826BA

Text Example


Text Example

White with #B826BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826BA; }

 p { color: rgb(184,38,186); }

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

background-color css

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

 a { background-color: rgb(184,38,186); }

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

border-color css

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

 span { border-color: rgb(184,38,186); }

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