Html Css Color HEX #B12CBF Dark Orchid

📋 copy color: '#B12CBF'

red 177 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #B12CBF

Tints of Dark Orchid #B12CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

 BLUE value IS 191 (75% from 255) = 46.36%

R = 42.96%
G = 10.68%
B = 46.36%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B12CBF (or 0xB12CBF) is known color: Dark Orchid. HEX triplet: B1, 2C and BF. RGB value is (177,44,191). Sum of RGB (Red+Green+Blue) = 177+44+191=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #B12CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12CBF is #4ED340. Grayscale: #646464. Windows color (decimal): -5165889 or 12528817. OLE color: 12528817.

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

Color convert

RGB 177 44 191 -
CMYK 0.07 0.77 0 0.25
HSL 294.29º 0.63% 0.46% -
HSV(B) 294.29º 0.77% 0.75% -
XYZ 28.44 14.91 50.67 -
YUV 100.53 179.06 182.55 -
System Red Green Blue C M Y K H S L
Decimal 177 44 191 0.07 0.77 0 0.25 294.29 0.63 0.46
Hex B1 2C BF 7 4D 0 19 126 3F 2E
Octal 261 54 277 7 115 0 31 446 77 56
Binary 10110001 101100 10111111 111 1001101 0 11001 100100110 111111 101110

Color Harmonies of #B12CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CBF

Black with #B12CBF

Text Example


Text Example

White with #B12CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CBF; }

 p { color: rgb(177,44,191); }

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

background-color css

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

 a { background-color: rgb(177,44,191); }

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

border-color css

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

 span { border-color: rgb(177,44,191); }

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