Html Css Color HEX #B265F1 Medium Orchid

📋 copy color: '#B265F1'

red 178 ◦ green 101 ◦ blue 241

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

Shades of Medium Orchid #B265F1

Tints of Medium Orchid #B265F1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.42%

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

R = 34.23%
G = 19.42%
B = 46.35%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B265F1 (or 0xB265F1) is known color: Medium Orchid. HEX triplet: B2, 65 and F1. RGB value is (178,101,241). Sum of RGB (Red+Green+Blue) = 178+101+241=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #B265F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B265F1 is #4D9A0E. Grayscale: #8B8B8B. Windows color (decimal): -5085711 or 15820210. OLE color: 15820210.

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

Color convert

RGB 178 101 241 -
CMYK 0.26 0.58 0 0.05
HSL 273º 0.83% 0.67% -
HSV(B) 273º 0.58% 0.95% -
XYZ 38.89 25.12 86.02 -
YUV 139.98 185.01 155.12 -
System Red Green Blue C M Y K H S L
Decimal 178 101 241 0.26 0.58 0 0.05 273 0.83 0.67
Hex B2 65 F1 1A 3A 0 5 111 53 43
Octal 262 145 361 32 72 0 5 421 123 103
Binary 10110010 1100101 11110001 11010 111010 0 101 100010001 1010011 1000011

Color Harmonies of #B265F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B265F1

Black with #B265F1

Text Example


Text Example

White with #B265F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B265F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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