Html Css Color HEX #B251FB Medium Orchid

📋 copy color: '#B251FB'

red 178 ◦ green 81 ◦ blue 251

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

Shades of Medium Orchid #B251FB

Tints of Medium Orchid #B251FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.22%

R = 34.9%
G = 15.88%
B = 49.22%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B251FB (or 0xB251FB) is known color: Medium Orchid. HEX triplet: B2, 51 and FB. RGB value is (178,81,251). Sum of RGB (Red+Green+Blue) = 178+81+251=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #B251FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B251FB is #4DAE04. Grayscale: #808080. Windows color (decimal): -5090821 or 16470450. OLE color: 16470450.

HSL color Cylindrical-coordinate representation of color #B251FB: hue angle of 274.24º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B251FB is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 81 251 -
CMYK 0.29 0.68 0 0.02
HSL 274.24º 0.96% 0.65% -
HSV(B) 274.24º 0.68% 0.98% -
XYZ 38.72 22.31 93.53 -
YUV 129.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 178 81 251 0.29 0.68 0 0.02 274.24 0.96 0.65
Hex B2 51 FB 1D 44 0 2 112 60 41
Octal 262 121 373 35 104 0 2 422 140 101
Binary 10110010 1010001 11111011 11101 1000100 0 10 100010010 1100000 1000001

Color Harmonies of #B251FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B251FB

Black with #B251FB

Text Example


Text Example

White with #B251FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B251FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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