Html Css Color HEX #B262F5 Medium Orchid

📋 copy color: '#B262F5'

red 178 ◦ green 98 ◦ blue 245

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

Shades of Medium Orchid #B262F5

Tints of Medium Orchid #B262F5

RGB

 RED value IS 178 (69.92% from 255) = 34.17%

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

 BLUE value IS 245 (96.09% from 255) = 47.02%

R = 34.17%
G = 18.81%
B = 47.02%

CMYK

 C value IS 0.27

 M value IS 0.6

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B262F5 (or 0xB262F5) is known color: Medium Orchid. HEX triplet: B2, 62 and F5. RGB value is (178,98,245). Sum of RGB (Red+Green+Blue) = 178+98+245=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #B262F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B262F5 is #4D9D0A. Grayscale: #8A8A8A. Windows color (decimal): -5086475 or 16081586. OLE color: 16081586.

HSL color Cylindrical-coordinate representation of color #B262F5: hue angle of 272.65º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B262F5 is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 98 245 -
CMYK 0.27 0.6 0 0.04
HSL 272.65º 0.88% 0.67% -
HSV(B) 272.65º 0.6% 0.96% -
XYZ 39.21 24.79 89.11 -
YUV 138.68 188 156.05 -
System Red Green Blue C M Y K H S L
Decimal 178 98 245 0.27 0.6 0 0.04 272.65 0.88 0.67
Hex B2 62 F5 1B 3C 0 4 111 58 43
Octal 262 142 365 33 74 0 4 421 130 103
Binary 10110010 1100010 11110101 11011 111100 0 100 100010001 1011000 1000011

Color Harmonies of #B262F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262F5

Black with #B262F5

Text Example


Text Example

White with #B262F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262F5; }

 p { color: rgb(178,98,245); }

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

background-color css

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

 a { background-color: rgb(178,98,245); }

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

border-color css

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

 span { border-color: rgb(178,98,245); }

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