Html Css Color HEX #B32DB9 Dark Orchid

📋 copy color: '#B32DB9'

red 179 ◦ green 45 ◦ blue 185

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

Shades of Dark Orchid #B32DB9

Tints of Dark Orchid #B32DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.23%

R = 43.77%
G = 11%
B = 45.23%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B32DB9 (or 0xB32DB9) is known color: Dark Orchid. HEX triplet: B3, 2D and B9. RGB value is (179,45,185). Sum of RGB (Red+Green+Blue) = 179+45+185=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #B32DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DB9 is #4CD246. Grayscale: #646464. Windows color (decimal): -5034567 or 12135859. OLE color: 12135859.

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

Color convert

RGB 179 45 185 -
CMYK 0.03 0.76 0 0.27
HSL 297.43º 0.61% 0.45% -
HSV(B) 297.43º 0.76% 0.73% -
XYZ 28.29 14.96 47.3 -
YUV 101.03 175.39 183.62 -
System Red Green Blue C M Y K H S L
Decimal 179 45 185 0.03 0.76 0 0.27 297.43 0.61 0.45
Hex B3 2D B9 3 4C 0 1B 129 3D 2D
Octal 263 55 271 3 114 0 33 451 75 55
Binary 10110011 101101 10111001 11 1001100 0 11011 100101001 111101 101101

Color Harmonies of #B32DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DB9

Black with #B32DB9

Text Example


Text Example

White with #B32DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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