Html Css Color HEX #B932F4 Medium Orchid

📋 copy color: '#B932F4'

red 185 ◦ green 50 ◦ blue 244

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

Shades of Medium Orchid #B932F4

Tints of Medium Orchid #B932F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.94%

R = 38.62%
G = 10.44%
B = 50.94%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B932F4 (or 0xB932F4) is known color: Medium Orchid. HEX triplet: B9, 32 and F4. RGB value is (185,50,244). Sum of RGB (Red+Green+Blue) = 185+50+244=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #B932F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B932F4 is #46CD0B. Grayscale: #6F6F6F. Windows color (decimal): -4640012 or 16003769. OLE color: 16003769.

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

Color convert

RGB 185 50 244 -
CMYK 0.24 0.80 0 0.04
HSL 281.75º 0.9% 0.58% -
HSV(B) 281.75º 0.8% 0.96% -
XYZ 37.48 19.13 87.3 -
YUV 112.48 202.23 179.73 -
System Red Green Blue C M Y K H S L
Decimal 185 50 244 0.24 0.80 0 0.04 281.75 0.9 0.58
Hex B9 32 F4 18 50 0 4 11A 5A 3A
Octal 271 62 364 30 120 0 4 432 132 72
Binary 10111001 110010 11110100 11000 1010000 0 100 100011010 1011010 111010

Color Harmonies of #B932F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932F4

Black with #B932F4

Text Example


Text Example

White with #B932F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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