Html Css Color HEX #B932F1 Medium Orchid

📋 copy color: '#B932F1'

red 185 ◦ green 50 ◦ blue 241

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

Shades of Medium Orchid #B932F1

Tints of Medium Orchid #B932F1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.5%

 BLUE value IS 241 (94.53% from 255) = 50.63%

R = 38.87%
G = 10.5%
B = 50.63%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B932F1 (or 0xB932F1) is known color: Medium Orchid. HEX triplet: B9, 32 and F1. RGB value is (185,50,241). Sum of RGB (Red+Green+Blue) = 185+50+241=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #B932F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B932F1 is #46CD0E. Grayscale: #6F6F6F. Windows color (decimal): -4640015 or 15807161. OLE color: 15807161.

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

Color convert

RGB 185 50 241 -
CMYK 0.23 0.79 0 0.05
HSL 282.41º 0.87% 0.57% -
HSV(B) 282.41º 0.79% 0.95% -
XYZ 37.03 18.95 84.92 -
YUV 112.14 200.73 179.97 -
System Red Green Blue C M Y K H S L
Decimal 185 50 241 0.23 0.79 0 0.05 282.41 0.87 0.57
Hex B9 32 F1 17 4F 0 5 11A 57 39
Octal 271 62 361 27 117 0 5 432 127 71
Binary 10111001 110010 11110001 10111 1001111 0 101 100011010 1010111 111001

Color Harmonies of #B932F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932F1

Black with #B932F1

Text Example


Text Example

White with #B932F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932F1; }

 p { color: rgb(185,50,241); }

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

background-color css

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

 a { background-color: rgb(185,50,241); }

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

border-color css

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

 span { border-color: rgb(185,50,241); }

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