Html Css Color HEX #B94BFD Medium Orchid

📋 copy color: '#B94BFD'

red 185 ◦ green 75 ◦ blue 253

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

Shades of Medium Orchid #B94BFD

Tints of Medium Orchid #B94BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 36.06%
G = 14.62%
B = 49.32%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B94BFD (or 0xB94BFD) is known color: Medium Orchid. HEX triplet: B9, 4B and FD. RGB value is (185,75,253). Sum of RGB (Red+Green+Blue) = 185+75+253=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #B94BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B94BFD is #46B402. Grayscale: #7F7F7F. Windows color (decimal): -4633603 or 16599993. OLE color: 16599993.

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

Color convert

RGB 185 75 253 -
CMYK 0.27 0.70 0 0.01
HSL 277.08º 0.98% 0.64% -
HSV(B) 277.08º 0.7% 0.99% -
XYZ 40.25 22.44 95.14 -
YUV 128.18 198.44 168.53 -
System Red Green Blue C M Y K H S L
Decimal 185 75 253 0.27 0.70 0 0.01 277.08 0.98 0.64
Hex B9 4B FD 1B 46 0 1 115 62 40
Octal 271 113 375 33 106 0 1 425 142 100
Binary 10111001 1001011 11111101 11011 1000110 0 1 100010101 1100010 1000000

Color Harmonies of #B94BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94BFD

Black with #B94BFD

Text Example


Text Example

White with #B94BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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