Html Css Color HEX #B12DB3 Dark Orchid

📋 copy color: '#B12DB3'

red 177 ◦ green 45 ◦ blue 179

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

Shades of Dark Orchid #B12DB3

Tints of Dark Orchid #B12DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.64%

R = 44.14%
G = 11.22%
B = 44.64%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B12DB3 (or 0xB12DB3) is known color: Dark Orchid. HEX triplet: B1, 2D and B3. RGB value is (177,45,179). Sum of RGB (Red+Green+Blue) = 177+45+179=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #B12DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DB3 is #4ED24C. Grayscale: #636363. Windows color (decimal): -5165645 or 11742641. OLE color: 11742641.

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

Color convert

RGB 177 45 179 -
CMYK 0.01 0.75 0 0.30
HSL 299.1º 0.6% 0.44% -
HSV(B) 299.1º 0.75% 0.7% -
XYZ 27.21 14.48 44.01 -
YUV 99.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 177 45 179 0.01 0.75 0 0.30 299.1 0.6 0.44
Hex B1 2D B3 1 4B 0 1E 12B 3C 2C
Octal 261 55 263 1 113 0 36 453 74 54
Binary 10110001 101101 10110011 1 1001011 0 11110 100101011 111100 101100

Color Harmonies of #B12DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DB3

Black with #B12DB3

Text Example


Text Example

White with #B12DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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