Html Css Color HEX #B934F7 Medium Orchid

📋 copy color: '#B934F7'

red 185 ◦ green 52 ◦ blue 247

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

Shades of Medium Orchid #B934F7

Tints of Medium Orchid #B934F7

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.74%

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

R = 38.22%
G = 10.74%
B = 51.03%

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

#B934F7 (or 0xB934F7) is known color: Medium Orchid. HEX triplet: B9, 34 and F7. RGB value is (185,52,247). Sum of RGB (Red+Green+Blue) = 185+52+247=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #B934F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934F7 is #46CB08. Grayscale: #717171. Windows color (decimal): -4639497 or 16200889. OLE color: 16200889.

HSL color Cylindrical-coordinate representation of color #B934F7: hue angle of 280.92º 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 #B934F7 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 52 247 -
CMYK 0.25 0.79 0 0.03
HSL 280.92º 0.92% 0.59% -
HSV(B) 280.92º 0.79% 0.97% -
XYZ 38.02 19.49 89.75 -
YUV 114 203.06 178.64 -
System Red Green Blue C M Y K H S L
Decimal 185 52 247 0.25 0.79 0 0.03 280.92 0.92 0.59
Hex B9 34 F7 19 4F 0 3 119 5C 3B
Octal 271 64 367 31 117 0 3 431 134 73
Binary 10111001 110100 11110111 11001 1001111 0 11 100011001 1011100 111011

Color Harmonies of #B934F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934F7

Black with #B934F7

Text Example


Text Example

White with #B934F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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