Html Css Color HEX #B229DE Dark Orchid

📋 copy color: '#B229DE'

red 178 ◦ green 41 ◦ blue 222

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

Shades of Dark Orchid #B229DE

Tints of Dark Orchid #B229DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 40.36%
G = 9.3%
B = 50.34%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B229DE (or 0xB229DE) is known color: Dark Orchid. HEX triplet: B2, 29 and DE. RGB value is (178,41,222). Sum of RGB (Red+Green+Blue) = 178+41+222=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #B229DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229DE is #4DD621. Grayscale: #666666. Windows color (decimal): -5101090 or 14559666. OLE color: 14559666.

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

Color convert

RGB 178 41 222 -
CMYK 0.20 0.82 0 0.13
HSL 285.41º 0.73% 0.52% -
HSV(B) 285.41º 0.82% 0.87% -
XYZ 32.34 16.32 70.55 -
YUV 102.6 195.39 181.78 -
System Red Green Blue C M Y K H S L
Decimal 178 41 222 0.20 0.82 0 0.13 285.41 0.73 0.52
Hex B2 29 DE 14 52 0 D 11D 49 34
Octal 262 51 336 24 122 0 15 435 111 64
Binary 10110010 101001 11011110 10100 1010010 0 1101 100011101 1001001 110100

Color Harmonies of #B229DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229DE

Black with #B229DE

Text Example


Text Example

White with #B229DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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