Html Css Color HEX #B229BD Dark Orchid

📋 copy color: '#B229BD'

red 178 ◦ green 41 ◦ blue 189

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

Shades of Dark Orchid #B229BD

Tints of Dark Orchid #B229BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 43.63%
G = 10.05%
B = 46.32%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B229BD (or 0xB229BD) is known color: Dark Orchid. HEX triplet: B2, 29 and BD. RGB value is (178,41,189). Sum of RGB (Red+Green+Blue) = 178+41+189=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #B229BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229BD is #4DD642. Grayscale: #626262. Windows color (decimal): -5101123 or 12396978. OLE color: 12396978.

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

Color convert

RGB 178 41 189 -
CMYK 0.06 0.78 0 0.26
HSL 295.54º 0.64% 0.45% -
HSV(B) 295.54º 0.78% 0.74% -
XYZ 28.34 14.72 49.49 -
YUV 98.84 178.89 184.47 -
System Red Green Blue C M Y K H S L
Decimal 178 41 189 0.06 0.78 0 0.26 295.54 0.64 0.45
Hex B2 29 BD 6 4E 0 1A 128 40 2D
Octal 262 51 275 6 116 0 32 450 100 55
Binary 10110010 101001 10111101 110 1001110 0 11010 100101000 1000000 101101

Color Harmonies of #B229BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229BD

Black with #B229BD

Text Example


Text Example

White with #B229BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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