Html Css Color HEX #B94BFB Medium Orchid

📋 copy color: '#B94BFB'

red 185 ◦ green 75 ◦ blue 251

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

Shades of Medium Orchid #B94BFB

Tints of Medium Orchid #B94BFB

RGB

 RED value IS 185 (72.66% from 255) = 36.2%

 GREEN value IS 75 (29.69% from 255) = 14.68%

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

R = 36.2%
G = 14.68%
B = 49.12%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B94BFB (or 0xB94BFB) is known color: Medium Orchid. HEX triplet: B9, 4B and FB. RGB value is (185,75,251). Sum of RGB (Red+Green+Blue) = 185+75+251=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #B94BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94BFB is #46B404. Grayscale: #7F7F7F. Windows color (decimal): -4633605 or 16468921. OLE color: 16468921.

HSL color Cylindrical-coordinate representation of color #B94BFB: hue angle of 277.5º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B94BFB is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 75 251 -
CMYK 0.26 0.70 0 0.02
HSL 277.5º 0.96% 0.64% -
HSV(B) 277.5º 0.7% 0.98% -
XYZ 39.94 22.31 93.47 -
YUV 127.95 197.44 168.69 -
System Red Green Blue C M Y K H S L
Decimal 185 75 251 0.26 0.70 0 0.02 277.5 0.96 0.64
Hex B9 4B FB 1A 46 0 2 116 60 40
Octal 271 113 373 32 106 0 2 426 140 100
Binary 10111001 1001011 11111011 11010 1000110 0 10 100010110 1100000 1000000

Color Harmonies of #B94BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94BFB

Black with #B94BFB

Text Example


Text Example

White with #B94BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94BFB; }

 p { color: rgb(185,75,251); }

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

background-color css

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

 a { background-color: rgb(185,75,251); }

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

border-color css

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

 span { border-color: rgb(185,75,251); }

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