Html Css Color HEX #B934F6 Medium Orchid

📋 copy color: '#B934F6'

red 185 ◦ green 52 ◦ blue 246

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

Shades of Medium Orchid #B934F6

Tints of Medium Orchid #B934F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.93%

R = 38.3%
G = 10.77%
B = 50.93%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B934F6 (or 0xB934F6) is known color: Medium Orchid. HEX triplet: B9, 34 and F6. RGB value is (185,52,246). Sum of RGB (Red+Green+Blue) = 185+52+246=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 52 (20.70% from 255 or 10.77% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #B934F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934F6 is #46CB09. Grayscale: #717171. Windows color (decimal): -4639498 or 16135353. OLE color: 16135353.

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

Color convert

RGB 185 52 246 -
CMYK 0.25 0.79 0 0.04
HSL 281.13º 0.92% 0.58% -
HSV(B) 281.13º 0.79% 0.96% -
XYZ 37.87 19.42 88.94 -
YUV 113.88 202.56 178.73 -
System Red Green Blue C M Y K H S L
Decimal 185 52 246 0.25 0.79 0 0.04 281.13 0.92 0.58
Hex B9 34 F6 19 4F 0 4 119 5C 3A
Octal 271 64 366 31 117 0 4 431 134 72
Binary 10111001 110100 11110110 11001 1001111 0 100 100011001 1011100 111010

Color Harmonies of #B934F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934F6

Black with #B934F6

Text Example


Text Example

White with #B934F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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