Html Css Color HEX #B825CD Dark Orchid

📋 copy color: '#B825CD'

red 184 ◦ green 37 ◦ blue 205

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

Shades of Dark Orchid #B825CD

Tints of Dark Orchid #B825CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 43.19%
G = 8.69%
B = 48.12%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B825CD (or 0xB825CD) is known color: Dark Orchid. HEX triplet: B8, 25 and CD. RGB value is (184,37,205). Sum of RGB (Red+Green+Blue) = 184+37+205=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #B825CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825CD is #47DA32. Grayscale: #636363. Windows color (decimal): -4708915 or 13444536. OLE color: 13444536.

HSL color Cylindrical-coordinate representation of color #B825CD: hue angle of 292.5º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B825CD is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 37 205 -
CMYK 0.10 0.82 0 0.20
HSL 292.5º 0.69% 0.47% -
HSV(B) 292.5º 0.82% 0.8% -
XYZ 31.45 15.92 59.17 -
YUV 100.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 184 37 205 0.10 0.82 0 0.20 292.5 0.69 0.47
Hex B8 25 CD A 52 0 14 124 45 2F
Octal 270 45 315 12 122 0 24 444 105 57
Binary 10111000 100101 11001101 1010 1010010 0 10100 100100100 1000101 101111

Color Harmonies of #B825CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825CD

Black with #B825CD

Text Example


Text Example

White with #B825CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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