Html Css Color HEX #B825CE Dark Orchid

📋 copy color: '#B825CE'

red 184 ◦ green 37 ◦ blue 206

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

Shades of Dark Orchid #B825CE

Tints of Dark Orchid #B825CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.67%

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 43.09%
G = 8.67%
B = 48.24%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B825CE (or 0xB825CE) is known color: Dark Orchid. HEX triplet: B8, 25 and CE. RGB value is (184,37,206). Sum of RGB (Red+Green+Blue) = 184+37+206=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #B825CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825CE is #47DA31. Grayscale: #636363. Windows color (decimal): -4708914 or 13510072. OLE color: 13510072.

HSL color Cylindrical-coordinate representation of color #B825CE: hue angle of 292.19º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B825CE is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 37 206 -
CMYK 0.11 0.82 0 0.19
HSL 292.19º 0.7% 0.48% -
HSV(B) 292.19º 0.82% 0.81% -
XYZ 31.57 15.97 59.81 -
YUV 100.22 187.7 187.76 -
System Red Green Blue C M Y K H S L
Decimal 184 37 206 0.11 0.82 0 0.19 292.19 0.7 0.48
Hex B8 25 CE B 52 0 13 124 46 30
Octal 270 45 316 13 122 0 23 444 106 60
Binary 10111000 100101 11001110 1011 1010010 0 10011 100100100 1000110 110000

Color Harmonies of #B825CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825CE

Black with #B825CE

Text Example


Text Example

White with #B825CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825CE; }

 p { color: rgb(184,37,206); }

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

background-color css

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

 a { background-color: rgb(184,37,206); }

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

border-color css

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

 span { border-color: rgb(184,37,206); }

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