Html Css Color HEX #B362F8 Medium Orchid

📋 copy color: '#B362F8'

red 179 ◦ green 98 ◦ blue 248

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

Shades of Medium Orchid #B362F8

Tints of Medium Orchid #B362F8

RGB

 RED value IS 179 (70.31% from 255) = 34.1%

 GREEN value IS 98 (38.67% from 255) = 18.67%

 BLUE value IS 248 (97.27% from 255) = 47.24%

R = 34.1%
G = 18.67%
B = 47.24%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B362F8 (or 0xB362F8) is known color: Medium Orchid. HEX triplet: B3, 62 and F8. RGB value is (179,98,248). Sum of RGB (Red+Green+Blue) = 179+98+248=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #B362F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B362F8 is #4C9D07. Grayscale: #8A8A8A. Windows color (decimal): -5020936 or 16278195. OLE color: 16278195.

HSL color Cylindrical-coordinate representation of color #B362F8: hue angle of 272.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B362F8 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 98 248 -
CMYK 0.28 0.60 0 0.03
HSL 272.4º 0.91% 0.68% -
HSV(B) 272.4º 0.6% 0.97% -
XYZ 39.9 25.1 91.55 -
YUV 139.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 179 98 248 0.28 0.60 0 0.03 272.4 0.91 0.68
Hex B3 62 F8 1C 3C 0 3 110 5B 44
Octal 263 142 370 34 74 0 3 420 133 104
Binary 10110011 1100010 11111000 11100 111100 0 11 100010000 1011011 1000100

Color Harmonies of #B362F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B362F8

Black with #B362F8

Text Example


Text Example

White with #B362F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B362F8; }

 p { color: rgb(179,98,248); }

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

background-color css

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

 a { background-color: rgb(179,98,248); }

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

border-color css

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

 span { border-color: rgb(179,98,248); }

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