Html Css Color HEX #B827DA Dark Orchid

📋 copy color: '#B827DA'

red 184 ◦ green 39 ◦ blue 218

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

Shades of Dark Orchid #B827DA

Tints of Dark Orchid #B827DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 41.72%
G = 8.84%
B = 49.43%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B827DA (or 0xB827DA) is known color: Dark Orchid. HEX triplet: B8, 27 and DA. RGB value is (184,39,218). Sum of RGB (Red+Green+Blue) = 184+39+218=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #B827DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827DA is #47D825. Grayscale: #666666. Windows color (decimal): -4708390 or 14297016. OLE color: 14297016.

HSL color Cylindrical-coordinate representation of color #B827DA: hue angle of 288.6º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B827DA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 39 218 -
CMYK 0.16 0.82 0 0.15
HSL 288.6º 0.71% 0.5% -
HSV(B) 288.6º 0.82% 0.85% -
XYZ 33.15 16.7 67.81 -
YUV 102.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 184 39 218 0.16 0.82 0 0.15 288.6 0.71 0.5
Hex B8 27 DA 10 52 0 F 121 47 32
Octal 270 47 332 20 122 0 17 441 107 62
Binary 10111000 100111 11011010 10000 1010010 0 1111 100100001 1000111 110010

Color Harmonies of #B827DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827DA

Black with #B827DA

Text Example


Text Example

White with #B827DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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