Html Css Color HEX #B934F5 Medium Orchid

📋 copy color: '#B934F5'

red 185 ◦ green 52 ◦ blue 245

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

Shades of Medium Orchid #B934F5

Tints of Medium Orchid #B934F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.83%

R = 38.38%
G = 10.79%
B = 50.83%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B934F5 (or 0xB934F5) is known color: Medium Orchid. HEX triplet: B9, 34 and F5. RGB value is (185,52,245). Sum of RGB (Red+Green+Blue) = 185+52+245=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #B934F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934F5 is #46CB0A. Grayscale: #717171. Windows color (decimal): -4639499 or 16069817. OLE color: 16069817.

HSL color Cylindrical-coordinate representation of color #B934F5: hue angle of 281.35º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B934F5 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 52 245 -
CMYK 0.24 0.79 0 0.04
HSL 281.35º 0.91% 0.58% -
HSV(B) 281.35º 0.79% 0.96% -
XYZ 37.72 19.36 88.14 -
YUV 113.77 202.06 178.81 -
System Red Green Blue C M Y K H S L
Decimal 185 52 245 0.24 0.79 0 0.04 281.35 0.91 0.58
Hex B9 34 F5 18 4F 0 4 119 5B 3A
Octal 271 64 365 30 117 0 4 431 133 72
Binary 10111001 110100 11110101 11000 1001111 0 100 100011001 1011011 111010

Color Harmonies of #B934F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934F5

Black with #B934F5

Text Example


Text Example

White with #B934F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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