Html Css Color HEX #B827BE Dark Orchid

📋 copy color: '#B827BE'

red 184 ◦ green 39 ◦ blue 190

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

Shades of Dark Orchid #B827BE

Tints of Dark Orchid #B827BE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.44%

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

R = 44.55%
G = 9.44%
B = 46%

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

#B827BE (or 0xB827BE) is known color: Dark Orchid. HEX triplet: B8, 27 and BE. RGB value is (184,39,190). Sum of RGB (Red+Green+Blue) = 184+39+190=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #B827BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827BE is #47D841. Grayscale: #636363. Windows color (decimal): -4708418 or 12462008. OLE color: 12462008.

HSL color Cylindrical-coordinate representation of color #B827BE: hue angle of 297.62º degrees, saturation: 0.66, 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 #B827BE is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 39 190 -
CMYK 0.03 0.79 0 0.25
HSL 297.62º 0.66% 0.45% -
HSV(B) 297.62º 0.79% 0.75% -
XYZ 29.79 15.36 50.11 -
YUV 99.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 184 39 190 0.03 0.79 0 0.25 297.62 0.66 0.45
Hex B8 27 BE 3 4F 0 19 12A 42 2D
Octal 270 47 276 3 117 0 31 452 102 55
Binary 10111000 100111 10111110 11 1001111 0 11001 100101010 1000010 101101

Color Harmonies of #B827BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827BE

Black with #B827BE

Text Example


Text Example

White with #B827BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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