Html Css Color HEX #B251FE Medium Orchid

📋 copy color: '#B251FE'

red 178 ◦ green 81 ◦ blue 254

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

Shades of Medium Orchid #B251FE

Tints of Medium Orchid #B251FE

RGB

 RED value IS 178 (69.92% from 255) = 34.7%

 GREEN value IS 81 (32.03% from 255) = 15.79%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 34.7%
G = 15.79%
B = 49.51%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B251FE (or 0xB251FE) is known color: Medium Orchid. HEX triplet: B2, 51 and FE. RGB value is (178,81,254). Sum of RGB (Red+Green+Blue) = 178+81+254=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #B251FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B251FE is #4DAE01. Grayscale: #818181. Windows color (decimal): -5090818 or 16667058. OLE color: 16667058.

HSL color Cylindrical-coordinate representation of color #B251FE: hue angle of 273.64º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B251FE is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 81 254 -
CMYK 0.30 0.68 0 0.00
HSL 273.64º 0.99% 0.66% -
HSV(B) 273.64º 0.68% 1% -
XYZ 39.19 22.51 96.04 -
YUV 129.73 198.14 162.43 -
System Red Green Blue C M Y K H S L
Decimal 178 81 254 0.30 0.68 0 0.00 273.64 0.99 0.66
Hex B2 51 FE 1E 44 0 0 112 63 42
Octal 262 121 376 36 104 0 0 422 143 102
Binary 10110010 1010001 11111110 11110 1000100 0 0 100010010 1100011 1000010

Color Harmonies of #B251FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B251FE

Black with #B251FE

Text Example


Text Example

White with #B251FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B251FE; }

 p { color: rgb(178,81,254); }

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

background-color css

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

 a { background-color: rgb(178,81,254); }

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

border-color css

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

 span { border-color: rgb(178,81,254); }

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