Html Css Color HEX #B225DB Dark Orchid

📋 copy color: '#B225DB'

red 178 ◦ green 37 ◦ blue 219

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

Shades of Dark Orchid #B225DB

Tints of Dark Orchid #B225DB

RGB

 RED value IS 178 (69.92% from 255) = 41.01%

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

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 41.01%
G = 8.53%
B = 50.46%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B225DB (or 0xB225DB) is known color: Dark Orchid. HEX triplet: B2, 25 and DB. RGB value is (178,37,219). Sum of RGB (Red+Green+Blue) = 178+37+219=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #B225DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B225DB is #4DDA24. Grayscale: #636363. Windows color (decimal): -5102117 or 14362034. OLE color: 14362034.

HSL color Cylindrical-coordinate representation of color #B225DB: hue angle of 286.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B225DB is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 37 219 -
CMYK 0.19 0.83 0 0.14
HSL 286.48º 0.72% 0.5% -
HSV(B) 286.48º 0.83% 0.86% -
XYZ 31.81 15.9 68.41 -
YUV 99.91 195.21 183.7 -
System Red Green Blue C M Y K H S L
Decimal 178 37 219 0.19 0.83 0 0.14 286.48 0.72 0.5
Hex B2 25 DB 13 53 0 E 11E 48 32
Octal 262 45 333 23 123 0 16 436 110 62
Binary 10110010 100101 11011011 10011 1010011 0 1110 100011110 1001000 110010

Color Harmonies of #B225DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B225DB

Black with #B225DB

Text Example


Text Example

White with #B225DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B225DB; }

 p { color: rgb(178,37,219); }

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

background-color css

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

 a { background-color: rgb(178,37,219); }

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

border-color css

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

 span { border-color: rgb(178,37,219); }

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