Html Css Color HEX #B12DBE Dark Orchid

📋 copy color: '#B12DBE'

red 177 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #B12DBE

Tints of Dark Orchid #B12DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 42.96%
G = 10.92%
B = 46.12%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B12DBE (or 0xB12DBE) is known color: Dark Orchid. HEX triplet: B1, 2D and BE. RGB value is (177,45,190). Sum of RGB (Red+Green+Blue) = 177+45+190=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #B12DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12DBE is #4ED241. Grayscale: #646464. Windows color (decimal): -5165634 or 12463537. OLE color: 12463537.

HSL color Cylindrical-coordinate representation of color #B12DBE: hue angle of 294.62º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12DBE is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 45 190 -
CMYK 0.07 0.76 0 0.25
HSL 294.62º 0.62% 0.46% -
HSV(B) 294.62º 0.76% 0.75% -
XYZ 28.36 14.94 50.1 -
YUV 101 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 177 45 190 0.07 0.76 0 0.25 294.62 0.62 0.46
Hex B1 2D BE 7 4C 0 19 127 3E 2E
Octal 261 55 276 7 114 0 31 447 76 56
Binary 10110001 101101 10111110 111 1001100 0 11001 100100111 111110 101110

Color Harmonies of #B12DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DBE

Black with #B12DBE

Text Example


Text Example

White with #B12DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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