Html Css Color HEX #B12FEF Dark Orchid

📋 copy color: '#B12FEF'

red 177 ◦ green 47 ◦ blue 239

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

Shades of Dark Orchid #B12FEF

Tints of Dark Orchid #B12FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 38.23%
G = 10.15%
B = 51.62%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B12FEF (or 0xB12FEF) is known color: Dark Orchid. HEX triplet: B1, 2F and EF. RGB value is (177,47,239). Sum of RGB (Red+Green+Blue) = 177+47+239=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #B12FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12FEF is #4ED010. Grayscale: #6B6B6B. Windows color (decimal): -5165073 or 15675313. OLE color: 15675313.

HSL color Cylindrical-coordinate representation of color #B12FEF: hue angle of 280.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12FEF is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 47 239 -
CMYK 0.26 0.80 0 0.06
HSL 280.63º 0.86% 0.56% -
HSV(B) 280.63º 0.8% 0.94% -
XYZ 34.73 17.61 83.23 -
YUV 107.76 202.07 177.39 -
System Red Green Blue C M Y K H S L
Decimal 177 47 239 0.26 0.80 0 0.06 280.63 0.86 0.56
Hex B1 2F EF 1A 50 0 6 119 56 38
Octal 261 57 357 32 120 0 6 431 126 70
Binary 10110001 101111 11101111 11010 1010000 0 110 100011001 1010110 111000

Color Harmonies of #B12FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12FEF

Black with #B12FEF

Text Example


Text Example

White with #B12FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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