Html Css Color HEX #B12FBC Dark Orchid

📋 copy color: '#B12FBC'

red 177 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #B12FBC

Tints of Dark Orchid #B12FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.41%

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 42.96%
G = 11.41%
B = 45.63%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B12FBC (or 0xB12FBC) is known color: Dark Orchid. HEX triplet: B1, 2F and BC. RGB value is (177,47,188). Sum of RGB (Red+Green+Blue) = 177+47+188=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #B12FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12FBC is #4ED043. Grayscale: #656565. Windows color (decimal): -5165124 or 12332977. OLE color: 12332977.

HSL color Cylindrical-coordinate representation of color #B12FBC: hue angle of 295.32º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12FBC is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 47 188 -
CMYK 0.06 0.75 0 0.26
HSL 295.32º 0.6% 0.46% -
HSV(B) 295.32º 0.75% 0.74% -
XYZ 28.23 15.01 48.99 -
YUV 101.94 176.57 181.54 -
System Red Green Blue C M Y K H S L
Decimal 177 47 188 0.06 0.75 0 0.26 295.32 0.6 0.46
Hex B1 2F BC 6 4B 0 1A 127 3C 2E
Octal 261 57 274 6 113 0 32 447 74 56
Binary 10110001 101111 10111100 110 1001011 0 11010 100100111 111100 101110

Color Harmonies of #B12FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12FBC

Black with #B12FBC

Text Example


Text Example

White with #B12FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12FBC; }

 p { color: rgb(177,47,188); }

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

background-color css

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

 a { background-color: rgb(177,47,188); }

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

border-color css

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

 span { border-color: rgb(177,47,188); }

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