Html Css Color HEX #B827C9 Dark Orchid

📋 copy color: '#B827C9'

red 184 ◦ green 39 ◦ blue 201

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

Shades of Dark Orchid #B827C9

Tints of Dark Orchid #B827C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.41%

R = 43.4%
G = 9.2%
B = 47.41%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B827C9 (or 0xB827C9) is known color: Dark Orchid. HEX triplet: B8, 27 and C9. RGB value is (184,39,201). Sum of RGB (Red+Green+Blue) = 184+39+201=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #B827C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B827C9 is #47D836. Grayscale: #646464. Windows color (decimal): -4708407 or 13182904. OLE color: 13182904.

HSL color Cylindrical-coordinate representation of color #B827C9: hue angle of 293.7º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B827C9 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 39 201 -
CMYK 0.08 0.81 0 0.21
HSL 293.7º 0.68% 0.47% -
HSV(B) 293.7º 0.81% 0.79% -
XYZ 31.04 15.86 56.68 -
YUV 100.82 184.54 187.33 -
System Red Green Blue C M Y K H S L
Decimal 184 39 201 0.08 0.81 0 0.21 293.7 0.68 0.47
Hex B8 27 C9 8 51 0 15 126 44 2F
Octal 270 47 311 10 121 0 25 446 104 57
Binary 10111000 100111 11001001 1000 1010001 0 10101 100100110 1000100 101111

Color Harmonies of #B827C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B827C9

Black with #B827C9

Text Example


Text Example

White with #B827C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B827C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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