Html Css Color HEX #B825BF Dark Orchid

📋 copy color: '#B825BF'

red 184 ◦ green 37 ◦ blue 191

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

Shades of Dark Orchid #B825BF

Tints of Dark Orchid #B825BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.36%

R = 44.66%
G = 8.98%
B = 46.36%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B825BF (or 0xB825BF) is known color: Dark Orchid. HEX triplet: B8, 25 and BF. RGB value is (184,37,191). Sum of RGB (Red+Green+Blue) = 184+37+191=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #B825BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825BF is #47DA40. Grayscale: #626262. Windows color (decimal): -4708929 or 12527032. OLE color: 12527032.

HSL color Cylindrical-coordinate representation of color #B825BF: hue angle of 297.27º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B825BF is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 37 191 -
CMYK 0.04 0.81 0 0.25
HSL 297.27º 0.68% 0.45% -
HSV(B) 297.27º 0.81% 0.75% -
XYZ 29.83 15.28 50.67 -
YUV 98.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 184 37 191 0.04 0.81 0 0.25 297.27 0.68 0.45
Hex B8 25 BF 4 51 0 19 129 44 2D
Octal 270 45 277 4 121 0 31 451 104 55
Binary 10111000 100101 10111111 100 1010001 0 11001 100101001 1000100 101101

Color Harmonies of #B825BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825BF

Black with #B825BF

Text Example


Text Example

White with #B825BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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