Html Css Color HEX #B12FED Dark Orchid

📋 copy color: '#B12FED'

red 177 ◦ green 47 ◦ blue 237

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

Shades of Dark Orchid #B12FED

Tints of Dark Orchid #B12FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.41%

R = 38.39%
G = 10.2%
B = 51.41%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B12FED (or 0xB12FED) is known color: Dark Orchid. HEX triplet: B1, 2F and ED. RGB value is (177,47,237). Sum of RGB (Red+Green+Blue) = 177+47+237=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #B12FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B12FED is #4ED012. Grayscale: #6A6A6A. Windows color (decimal): -5165075 or 15544241. OLE color: 15544241.

HSL color Cylindrical-coordinate representation of color #B12FED: hue angle of 281.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12FED is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 47 237 -
CMYK 0.25 0.80 0 0.07
HSL 281.05º 0.84% 0.56% -
HSV(B) 281.05º 0.8% 0.93% -
XYZ 34.43 17.49 81.68 -
YUV 107.53 201.07 177.55 -
System Red Green Blue C M Y K H S L
Decimal 177 47 237 0.25 0.80 0 0.07 281.05 0.84 0.56
Hex B1 2F ED 19 50 0 7 119 54 38
Octal 261 57 355 31 120 0 7 431 124 70
Binary 10110001 101111 11101101 11001 1010000 0 111 100011001 1010100 111000

Color Harmonies of #B12FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12FED

Black with #B12FED

Text Example


Text Example

White with #B12FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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