Html Css Color HEX #B826BE Dark Orchid

📋 copy color: '#B826BE'

red 184 ◦ green 38 ◦ blue 190

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

Shades of Dark Orchid #B826BE

Tints of Dark Orchid #B826BE

RGB

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

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

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

R = 44.66%
G = 9.22%
B = 46.12%

CMYK

 C value IS 0.03

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B826BE (or 0xB826BE) is known color: Dark Orchid. HEX triplet: B8, 26 and BE. RGB value is (184,38,190). Sum of RGB (Red+Green+Blue) = 184+38+190=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #B826BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826BE is #47D941. Grayscale: #626262. Windows color (decimal): -4708674 or 12461752. OLE color: 12461752.

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

Color convert

RGB 184 38 190 -
CMYK 0.03 0.8 0 0.25
HSL 297.63º 0.67% 0.45% -
HSV(B) 297.63º 0.8% 0.75% -
XYZ 29.75 15.29 50.1 -
YUV 98.98 179.37 188.64 -
System Red Green Blue C M Y K H S L
Decimal 184 38 190 0.03 0.8 0 0.25 297.63 0.67 0.45
Hex B8 26 BE 3 50 0 19 12A 43 2D
Octal 270 46 276 3 120 0 31 452 103 55
Binary 10111000 100110 10111110 11 1010000 0 11001 100101010 1000011 101101

Color Harmonies of #B826BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826BE

Black with #B826BE

Text Example


Text Example

White with #B826BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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