Html Css Color HEX #B12DBB Dark Orchid

📋 copy color: '#B12DBB'

red 177 ◦ green 45 ◦ blue 187

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

Shades of Dark Orchid #B12DBB

Tints of Dark Orchid #B12DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 43.28%
G = 11%
B = 45.72%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B12DBB (or 0xB12DBB) is known color: Dark Orchid. HEX triplet: B1, 2D and BB. RGB value is (177,45,187). Sum of RGB (Red+Green+Blue) = 177+45+187=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #B12DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DBB is #4ED244. Grayscale: #646464. Windows color (decimal): -5165637 or 12266929. OLE color: 12266929.

HSL color Cylindrical-coordinate representation of color #B12DBB: hue angle of 295.77º 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 #B12DBB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 45 187 -
CMYK 0.05 0.76 0 0.27
HSL 295.77º 0.61% 0.45% -
HSV(B) 295.77º 0.76% 0.73% -
XYZ 28.04 14.81 48.39 -
YUV 100.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 177 45 187 0.05 0.76 0 0.27 295.77 0.61 0.45
Hex B1 2D BB 5 4C 0 1B 128 3D 2D
Octal 261 55 273 5 114 0 33 450 75 55
Binary 10110001 101101 10111011 101 1001100 0 11011 100101000 111101 101101

Color Harmonies of #B12DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DBB

Black with #B12DBB

Text Example


Text Example

White with #B12DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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