Html Css Color HEX #B935F7 Medium Orchid

📋 copy color: '#B935F7'

red 185 ◦ green 53 ◦ blue 247

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

Shades of Medium Orchid #B935F7

Tints of Medium Orchid #B935F7

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.93%

 BLUE value IS 247 (96.88% from 255) = 50.93%

R = 38.14%
G = 10.93%
B = 50.93%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B935F7 (or 0xB935F7) is known color: Medium Orchid. HEX triplet: B9, 35 and F7. RGB value is (185,53,247). Sum of RGB (Red+Green+Blue) = 185+53+247=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #B935F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B935F7 is #46CA08. Grayscale: #717171. Windows color (decimal): -4639241 or 16201145. OLE color: 16201145.

HSL color Cylindrical-coordinate representation of color #B935F7: hue angle of 280.82º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B935F7 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 53 247 -
CMYK 0.25 0.79 0 0.03
HSL 280.82º 0.92% 0.59% -
HSV(B) 280.82º 0.79% 0.97% -
XYZ 38.07 19.58 89.77 -
YUV 114.58 202.73 178.23 -
System Red Green Blue C M Y K H S L
Decimal 185 53 247 0.25 0.79 0 0.03 280.82 0.92 0.59
Hex B9 35 F7 19 4F 0 3 119 5C 3B
Octal 271 65 367 31 117 0 3 431 134 73
Binary 10111001 110101 11110111 11001 1001111 0 11 100011001 1011100 111011

Color Harmonies of #B935F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935F7

Black with #B935F7

Text Example


Text Example

White with #B935F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935F7; }

 p { color: rgb(185,53,247); }

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

background-color css

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

 a { background-color: rgb(185,53,247); }

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

border-color css

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

 span { border-color: rgb(185,53,247); }

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