Html Css Color HEX #B826BC Dark Orchid

📋 copy color: '#B826BC'

red 184 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #B826BC

Tints of Dark Orchid #B826BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 44.88%
G = 9.27%
B = 45.85%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B826BC (or 0xB826BC) is known color: Dark Orchid. HEX triplet: B8, 26 and BC. RGB value is (184,38,188). Sum of RGB (Red+Green+Blue) = 184+38+188=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #B826BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826BC is #47D943. Grayscale: #626262. Windows color (decimal): -4708676 or 12330680. OLE color: 12330680.

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

Color convert

RGB 184 38 188 -
CMYK 0.02 0.80 0 0.26
HSL 298.4º 0.66% 0.44% -
HSV(B) 298.4º 0.8% 0.74% -
XYZ 29.54 15.21 48.96 -
YUV 98.75 178.37 188.8 -
System Red Green Blue C M Y K H S L
Decimal 184 38 188 0.02 0.80 0 0.26 298.4 0.66 0.44
Hex B8 26 BC 2 50 0 1A 12A 42 2C
Octal 270 46 274 2 120 0 32 452 102 54
Binary 10111000 100110 10111100 10 1010000 0 11010 100101010 1000010 101100

Color Harmonies of #B826BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B826BC

Black with #B826BC

Text Example


Text Example

White with #B826BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B826BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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