Html Css Color HEX #B263F1 Medium Orchid

📋 copy color: '#B263F1'

red 178 ◦ green 99 ◦ blue 241

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

Shades of Medium Orchid #B263F1

Tints of Medium Orchid #B263F1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.11%

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

R = 34.36%
G = 19.11%
B = 46.53%

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

#B263F1 (or 0xB263F1) is known color: Medium Orchid. HEX triplet: B2, 63 and F1. RGB value is (178,99,241). Sum of RGB (Red+Green+Blue) = 178+99+241=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #B263F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B263F1 is #4D9C0E. Grayscale: #8A8A8A. Windows color (decimal): -5086223 or 15819698. OLE color: 15819698.

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

Color convert

RGB 178 99 241 -
CMYK 0.26 0.59 0 0.05
HSL 273.38º 0.84% 0.67% -
HSV(B) 273.38º 0.59% 0.95% -
XYZ 38.7 24.74 85.95 -
YUV 138.81 185.67 155.95 -
System Red Green Blue C M Y K H S L
Decimal 178 99 241 0.26 0.59 0 0.05 273.38 0.84 0.67
Hex B2 63 F1 1A 3B 0 5 111 54 43
Octal 262 143 361 32 73 0 5 421 124 103
Binary 10110010 1100011 11110001 11010 111011 0 101 100010001 1010100 1000011

Color Harmonies of #B263F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B263F1

Black with #B263F1

Text Example


Text Example

White with #B263F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B263F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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