Html Css Color HEX #B229B0 Dark Orchid

📋 copy color: '#B229B0'

red 178 ◦ green 41 ◦ blue 176

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

Shades of Dark Orchid #B229B0

Tints of Dark Orchid #B229B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.56%

R = 45.06%
G = 10.38%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B229B0 (or 0xB229B0) is known color: Dark Orchid. HEX triplet: B2, 29 and B0. RGB value is (178,41,176). Sum of RGB (Red+Green+Blue) = 178+41+176=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B229B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B229B0 is #4DD64F. Grayscale: #606060. Windows color (decimal): -5101136 or 11545010. OLE color: 11545010.

HSL color Cylindrical-coordinate representation of color #B229B0: hue angle of 300.88º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B229B0 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 41 176 -
CMYK 0 0.77 0.01 0.30
HSL 300.88º 0.63% 0.43% -
HSV(B) 300.88º 0.77% 0.7% -
XYZ 26.99 14.19 42.39 -
YUV 97.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 178 41 176 0 0.77 0.01 0.30 300.88 0.63 0.43
Hex B2 29 B0 0 4D 1 1E 12D 3F 2B
Octal 262 51 260 0 115 1 36 455 77 53
Binary 10110010 101001 10110000 0 1001101 1 11110 100101101 111111 101011

Color Harmonies of #B229B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229B0

Black with #B229B0

Text Example


Text Example

White with #B229B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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