Html Css Color HEX #B229B5 Dark Orchid

📋 copy color: '#B229B5'

red 178 ◦ green 41 ◦ blue 181

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

Shades of Dark Orchid #B229B5

Tints of Dark Orchid #B229B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.25%

R = 44.5%
G = 10.25%
B = 45.25%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B229B5 (or 0xB229B5) is known color: Dark Orchid. HEX triplet: B2, 29 and B5. RGB value is (178,41,181). Sum of RGB (Red+Green+Blue) = 178+41+181=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 181 - color contains mainly: blue. Hex color #B229B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229B5 is #4DD64A. Grayscale: #616161. Windows color (decimal): -5101131 or 11872690. OLE color: 11872690.

HSL color Cylindrical-coordinate representation of color #B229B5: hue angle of 298.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B229B5 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 41 181 -
CMYK 0.02 0.77 0 0.29
HSL 298.71º 0.63% 0.44% -
HSV(B) 298.71º 0.77% 0.71% -
XYZ 27.49 14.39 45.04 -
YUV 97.92 174.89 185.12 -
System Red Green Blue C M Y K H S L
Decimal 178 41 181 0.02 0.77 0 0.29 298.71 0.63 0.44
Hex B2 29 B5 2 4D 0 1D 12B 3F 2C
Octal 262 51 265 2 115 0 35 453 77 54
Binary 10110010 101001 10110101 10 1001101 0 11101 100101011 111111 101100

Color Harmonies of #B229B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229B5

Black with #B229B5

Text Example


Text Example

White with #B229B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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