Html Css Color HEX #B229DD Dark Orchid

📋 copy color: '#B229DD'

red 178 ◦ green 41 ◦ blue 221

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

Shades of Dark Orchid #B229DD

Tints of Dark Orchid #B229DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.32%

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

R = 40.45%
G = 9.32%
B = 50.23%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B229DD (or 0xB229DD) is known color: Dark Orchid. HEX triplet: B2, 29 and DD. RGB value is (178,41,221). Sum of RGB (Red+Green+Blue) = 178+41+221=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #B229DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229DD is #4DD622. Grayscale: #656565. Windows color (decimal): -5101091 or 14494130. OLE color: 14494130.

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

Color convert

RGB 178 41 221 -
CMYK 0.19 0.81 0 0.13
HSL 285.67º 0.73% 0.51% -
HSV(B) 285.67º 0.81% 0.87% -
XYZ 32.2 16.27 69.85 -
YUV 102.48 194.89 181.86 -
System Red Green Blue C M Y K H S L
Decimal 178 41 221 0.19 0.81 0 0.13 285.67 0.73 0.51
Hex B2 29 DD 13 51 0 D 11E 49 33
Octal 262 51 335 23 121 0 15 436 111 63
Binary 10110010 101001 11011101 10011 1010001 0 1101 100011110 1001001 110011

Color Harmonies of #B229DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229DD

Black with #B229DD

Text Example


Text Example

White with #B229DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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