Html Css Color HEX #B828BC Dark Orchid

📋 copy color: '#B828BC'

red 184 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #B828BC

Tints of Dark Orchid #B828BC

RGB

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

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

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

R = 44.66%
G = 9.71%
B = 45.63%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B828BC (or 0xB828BC) is known color: Dark Orchid. HEX triplet: B8, 28 and BC. RGB value is (184,40,188). Sum of RGB (Red+Green+Blue) = 184+40+188=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #B828BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828BC is #47D743. Grayscale: #636363. Windows color (decimal): -4708164 or 12331192. OLE color: 12331192.

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

Color convert

RGB 184 40 188 -
CMYK 0.02 0.79 0 0.26
HSL 298.38º 0.65% 0.45% -
HSV(B) 298.38º 0.79% 0.74% -
XYZ 29.6 15.34 48.98 -
YUV 99.93 177.71 187.97 -
System Red Green Blue C M Y K H S L
Decimal 184 40 188 0.02 0.79 0 0.26 298.38 0.65 0.45
Hex B8 28 BC 2 4F 0 1A 12A 41 2D
Octal 270 50 274 2 117 0 32 452 101 55
Binary 10111000 101000 10111100 10 1001111 0 11010 100101010 1000001 101101

Color Harmonies of #B828BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B828BC

Black with #B828BC

Text Example


Text Example

White with #B828BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B828BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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