Html Css Color HEX #B229BA Dark Orchid

📋 copy color: '#B229BA'

red 178 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #B229BA

Tints of Dark Orchid #B229BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 43.95%
G = 10.12%
B = 45.93%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B229BA (or 0xB229BA) is known color: Dark Orchid. HEX triplet: B2, 29 and BA. RGB value is (178,41,186). Sum of RGB (Red+Green+Blue) = 178+41+186=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #B229BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229BA is #4DD645. Grayscale: #626262. Windows color (decimal): -5101126 or 12200370. OLE color: 12200370.

HSL color Cylindrical-coordinate representation of color #B229BA: hue angle of 296.69º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B229BA is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 41 186 -
CMYK 0.04 0.78 0 0.27
HSL 296.69º 0.64% 0.45% -
HSV(B) 296.69º 0.78% 0.73% -
XYZ 28.02 14.6 47.8 -
YUV 98.49 177.39 184.71 -
System Red Green Blue C M Y K H S L
Decimal 178 41 186 0.04 0.78 0 0.27 296.69 0.64 0.45
Hex B2 29 BA 4 4E 0 1B 129 40 2D
Octal 262 51 272 4 116 0 33 451 100 55
Binary 10110010 101001 10111010 100 1001110 0 11011 100101001 1000000 101101

Color Harmonies of #B229BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229BA

Black with #B229BA

Text Example


Text Example

White with #B229BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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