Html Css Color HEX #B934F3 Medium Orchid

📋 copy color: '#B934F3'

red 185 ◦ green 52 ◦ blue 243

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

Shades of Medium Orchid #B934F3

Tints of Medium Orchid #B934F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.63%

R = 38.54%
G = 10.83%
B = 50.63%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B934F3 (or 0xB934F3) is known color: Medium Orchid. HEX triplet: B9, 34 and F3. RGB value is (185,52,243). Sum of RGB (Red+Green+Blue) = 185+52+243=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #B934F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934F3 is #46CB0C. Grayscale: #707070. Windows color (decimal): -4639501 or 15938745. OLE color: 15938745.

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

Color convert

RGB 185 52 243 -
CMYK 0.24 0.79 0 0.05
HSL 281.78º 0.89% 0.58% -
HSV(B) 281.78º 0.79% 0.95% -
XYZ 37.41 19.24 86.54 -
YUV 113.54 201.06 178.97 -
System Red Green Blue C M Y K H S L
Decimal 185 52 243 0.24 0.79 0 0.05 281.78 0.89 0.58
Hex B9 34 F3 18 4F 0 5 11A 59 3A
Octal 271 64 363 30 117 0 5 432 131 72
Binary 10111001 110100 11110011 11000 1001111 0 101 100011010 1011001 111010

Color Harmonies of #B934F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934F3

Black with #B934F3

Text Example


Text Example

White with #B934F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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