Html Css Color HEX #B832F7 Medium Orchid

📋 copy color: '#B832F7'

red 184 ◦ green 50 ◦ blue 247

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

Shades of Medium Orchid #B832F7

Tints of Medium Orchid #B832F7

RGB

 RED value IS 184 (72.27% from 255) = 38.25%

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

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

R = 38.25%
G = 10.4%
B = 51.35%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B832F7 (or 0xB832F7) is known color: Medium Orchid. HEX triplet: B8, 32 and F7. RGB value is (184,50,247). Sum of RGB (Red+Green+Blue) = 184+50+247=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #B832F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B832F7 is #47CD08. Grayscale: #6F6F6F. Windows color (decimal): -4705545 or 16200376. OLE color: 16200376.

HSL color Cylindrical-coordinate representation of color #B832F7: hue angle of 280.81º 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 #B832F7 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 184 50 247 -
CMYK 0.26 0.80 0 0.03
HSL 280.81º 0.92% 0.58% -
HSV(B) 280.81º 0.8% 0.97% -
XYZ 37.7 19.19 89.71 -
YUV 112.52 203.89 178.98 -
System Red Green Blue C M Y K H S L
Decimal 184 50 247 0.26 0.80 0 0.03 280.81 0.92 0.58
Hex B8 32 F7 1A 50 0 3 119 5C 3A
Octal 270 62 367 32 120 0 3 431 134 72
Binary 10111000 110010 11110111 11010 1010000 0 11 100011001 1011100 111010

Color Harmonies of #B832F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B832F7

Black with #B832F7

Text Example


Text Example

White with #B832F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B832F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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