Html Css Color HEX #B932F7 Medium Orchid

📋 copy color: '#B932F7'

red 185 ◦ green 50 ◦ blue 247

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

Shades of Medium Orchid #B932F7

Tints of Medium Orchid #B932F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.24%

R = 38.38%
G = 10.37%
B = 51.24%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B932F7 (or 0xB932F7) is known color: Medium Orchid. HEX triplet: B9, 32 and F7. RGB value is (185,50,247). Sum of RGB (Red+Green+Blue) = 185+50+247=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #B932F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B932F7 is #46CD08. Grayscale: #707070. Windows color (decimal): -4640009 or 16200377. OLE color: 16200377.

HSL color Cylindrical-coordinate representation of color #B932F7: hue angle of 281.12º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B932F7 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 50 247 -
CMYK 0.25 0.80 0 0.03
HSL 281.12º 0.92% 0.58% -
HSV(B) 281.12º 0.8% 0.97% -
XYZ 37.94 19.31 89.72 -
YUV 112.82 203.73 179.48 -
System Red Green Blue C M Y K H S L
Decimal 185 50 247 0.25 0.80 0 0.03 281.12 0.92 0.58
Hex B9 32 F7 19 50 0 3 119 5C 3A
Octal 271 62 367 31 120 0 3 431 134 72
Binary 10111001 110010 11110111 11001 1010000 0 11 100011001 1011100 111010

Color Harmonies of #B932F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B932F7

Black with #B932F7

Text Example


Text Example

White with #B932F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B932F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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