Html Css Color HEX #B227DD Dark Orchid

📋 copy color: '#B227DD'

red 178 ◦ green 39 ◦ blue 221

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

Shades of Dark Orchid #B227DD

Tints of Dark Orchid #B227DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.9%

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

R = 40.64%
G = 8.9%
B = 50.46%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B227DD (or 0xB227DD) is known color: Dark Orchid. HEX triplet: B2, 27 and DD. RGB value is (178,39,221). Sum of RGB (Red+Green+Blue) = 178+39+221=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #B227DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227DD is #4DD822. Grayscale: #646464. Windows color (decimal): -5101603 or 14493618. OLE color: 14493618.

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

Color convert

RGB 178 39 221 -
CMYK 0.19 0.82 0 0.13
HSL 285.82º 0.73% 0.51% -
HSV(B) 285.82º 0.82% 0.87% -
XYZ 32.14 16.14 69.83 -
YUV 101.31 195.55 182.7 -
System Red Green Blue C M Y K H S L
Decimal 178 39 221 0.19 0.82 0 0.13 285.82 0.73 0.51
Hex B2 27 DD 13 52 0 D 11E 49 33
Octal 262 47 335 23 122 0 15 436 111 63
Binary 10110010 100111 11011101 10011 1010010 0 1101 100011110 1001001 110011

Color Harmonies of #B227DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227DD

Black with #B227DD

Text Example


Text Example

White with #B227DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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