Html Css Color HEX #B225DD Dark Orchid

📋 copy color: '#B225DD'

red 178 ◦ green 37 ◦ blue 221

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

Shades of Dark Orchid #B225DD

Tints of Dark Orchid #B225DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 40.83%
G = 8.49%
B = 50.69%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B225DD (or 0xB225DD) is known color: Dark Orchid. HEX triplet: B2, 25 and DD. RGB value is (178,37,221). Sum of RGB (Red+Green+Blue) = 178+37+221=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #B225DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B225DD is #4DDA22. Grayscale: #636363. Windows color (decimal): -5102115 or 14493106. OLE color: 14493106.

HSL color Cylindrical-coordinate representation of color #B225DD: hue angle of 285.98º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B225DD is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 37 221 -
CMYK 0.19 0.83 0 0.13
HSL 285.98º 0.73% 0.51% -
HSV(B) 285.98º 0.83% 0.87% -
XYZ 32.07 16.01 69.81 -
YUV 100.14 196.21 183.54 -
System Red Green Blue C M Y K H S L
Decimal 178 37 221 0.19 0.83 0 0.13 285.98 0.73 0.51
Hex B2 25 DD 13 53 0 D 11E 49 33
Octal 262 45 335 23 123 0 15 436 111 63
Binary 10110010 100101 11011101 10011 1010011 0 1101 100011110 1001001 110011

Color Harmonies of #B225DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B225DD

Black with #B225DD

Text Example


Text Example

White with #B225DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B225DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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