Html Css Color HEX #B132DA Dark Orchid

📋 copy color: '#B132DA'

red 177 ◦ green 50 ◦ blue 218

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

Shades of Dark Orchid #B132DA

Tints of Dark Orchid #B132DA

RGB

 RED value IS 177 (69.53% from 255) = 39.78%

 GREEN value IS 50 (19.92% from 255) = 11.24%

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 39.78%
G = 11.24%
B = 48.99%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B132DA (or 0xB132DA) is known color: Dark Orchid. HEX triplet: B1, 32 and DA. RGB value is (177,50,218). Sum of RGB (Red+Green+Blue) = 177+50+218=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #B132DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B132DA is #4ECD25. Grayscale: #6A6A6A. Windows color (decimal): -5164326 or 14299825. OLE color: 14299825.

HSL color Cylindrical-coordinate representation of color #B132DA: hue angle of 285.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B132DA is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 50 218 -
CMYK 0.19 0.77 0 0.15
HSL 285.36º 0.69% 0.53% -
HSV(B) 285.36º 0.77% 0.85% -
XYZ 31.93 16.69 67.87 -
YUV 107.13 190.58 177.84 -
System Red Green Blue C M Y K H S L
Decimal 177 50 218 0.19 0.77 0 0.15 285.36 0.69 0.53
Hex B1 32 DA 13 4D 0 F 11D 45 35
Octal 261 62 332 23 115 0 17 435 105 65
Binary 10110001 110010 11011010 10011 1001101 0 1111 100011101 1000101 110101

Color Harmonies of #B132DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B132DA

Black with #B132DA

Text Example


Text Example

White with #B132DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B132DA; }

 p { color: rgb(177,50,218); }

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

background-color css

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

 a { background-color: rgb(177,50,218); }

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

border-color css

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

 span { border-color: rgb(177,50,218); }

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