Html Css Color HEX #B229B6 Dark Orchid

📋 copy color: '#B229B6'

red 178 ◦ green 41 ◦ blue 182

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

Shades of Dark Orchid #B229B6

Tints of Dark Orchid #B229B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.39%

R = 44.39%
G = 10.22%
B = 45.39%

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

#B229B6 (or 0xB229B6) is known color: Dark Orchid. HEX triplet: B2, 29 and B6. RGB value is (178,41,182). Sum of RGB (Red+Green+Blue) = 178+41+182=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 182 - color contains mainly: blue. Hex color #B229B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229B6 is #4DD649. Grayscale: #616161. Windows color (decimal): -5101130 or 11938226. OLE color: 11938226.

HSL color Cylindrical-coordinate representation of color #B229B6: hue angle of 298.3º 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 #B229B6 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 41 182 -
CMYK 0.02 0.77 0 0.29
HSL 298.3º 0.63% 0.44% -
HSV(B) 298.3º 0.77% 0.71% -
XYZ 27.6 14.43 45.59 -
YUV 98.04 175.39 185.04 -
System Red Green Blue C M Y K H S L
Decimal 178 41 182 0.02 0.77 0 0.29 298.3 0.63 0.44
Hex B2 29 B6 2 4D 0 1D 12A 3F 2C
Octal 262 51 266 2 115 0 35 452 77 54
Binary 10110010 101001 10110110 10 1001101 0 11101 100101010 111111 101100

Color Harmonies of #B229B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229B6

Black with #B229B6

Text Example


Text Example

White with #B229B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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