Html Css Color HEX #B32DDA Dark Orchid

📋 copy color: '#B32DDA'

red 179 ◦ green 45 ◦ blue 218

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

Shades of Dark Orchid #B32DDA

Tints of Dark Orchid #B32DDA

RGB

 RED value IS 179 (70.31% from 255) = 40.5%

 GREEN value IS 45 (17.97% from 255) = 10.18%

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

R = 40.5%
G = 10.18%
B = 49.32%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B32DDA (or 0xB32DDA) is known color: Dark Orchid. HEX triplet: B3, 2D and DA. RGB value is (179,45,218). Sum of RGB (Red+Green+Blue) = 179+45+218=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #B32DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DDA is #4CD225. Grayscale: #686868. Windows color (decimal): -5034534 or 14298547. OLE color: 14298547.

HSL color Cylindrical-coordinate representation of color #B32DDA: hue angle of 286.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32DDA is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 45 218 -
CMYK 0.18 0.79 0 0.15
HSL 286.47º 0.7% 0.52% -
HSV(B) 286.47º 0.79% 0.85% -
XYZ 32.18 16.52 67.82 -
YUV 104.79 191.89 180.93 -
System Red Green Blue C M Y K H S L
Decimal 179 45 218 0.18 0.79 0 0.15 286.47 0.7 0.52
Hex B3 2D DA 12 4F 0 F 11E 46 34
Octal 263 55 332 22 117 0 17 436 106 64
Binary 10110011 101101 11011010 10010 1001111 0 1111 100011110 1000110 110100

Color Harmonies of #B32DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DDA

Black with #B32DDA

Text Example


Text Example

White with #B32DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DDA; }

 p { color: rgb(179,45,218); }

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

background-color css

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

 a { background-color: rgb(179,45,218); }

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

border-color css

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

 span { border-color: rgb(179,45,218); }

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