Html Css Color HEX #B262F1 Medium Orchid

📋 copy color: '#B262F1'

red 178 ◦ green 98 ◦ blue 241

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

Shades of Medium Orchid #B262F1

Tints of Medium Orchid #B262F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.62%

R = 34.43%
G = 18.96%
B = 46.62%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B262F1 (or 0xB262F1) is known color: Medium Orchid. HEX triplet: B2, 62 and F1. RGB value is (178,98,241). Sum of RGB (Red+Green+Blue) = 178+98+241=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #B262F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B262F1 is #4D9D0E. Grayscale: #898989. Windows color (decimal): -5086479 or 15819442. OLE color: 15819442.

HSL color Cylindrical-coordinate representation of color #B262F1: hue angle of 273.57º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B262F1 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 98 241 -
CMYK 0.26 0.59 0 0.05
HSL 273.57º 0.84% 0.66% -
HSV(B) 273.57º 0.59% 0.95% -
XYZ 38.6 24.55 85.92 -
YUV 138.22 186 156.37 -
System Red Green Blue C M Y K H S L
Decimal 178 98 241 0.26 0.59 0 0.05 273.57 0.84 0.66
Hex B2 62 F1 1A 3B 0 5 112 54 42
Octal 262 142 361 32 73 0 5 422 124 102
Binary 10110010 1100010 11110001 11010 111011 0 101 100010010 1010100 1000010

Color Harmonies of #B262F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B262F1

Black with #B262F1

Text Example


Text Example

White with #B262F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B262F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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