Html Css Color HEX #B165F1 Medium Orchid

📋 copy color: '#B165F1'

red 177 ◦ green 101 ◦ blue 241

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

Shades of Medium Orchid #B165F1

Tints of Medium Orchid #B165F1

RGB

 RED value IS 177 (69.53% from 255) = 34.1%

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

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

R = 34.1%
G = 19.46%
B = 46.44%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B165F1 (or 0xB165F1) is known color: Medium Orchid. HEX triplet: B1, 65 and F1. RGB value is (177,101,241). Sum of RGB (Red+Green+Blue) = 177+101+241=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #B165F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B165F1 is #4E9A0E. Grayscale: #8B8B8B. Windows color (decimal): -5151247 or 15820209. OLE color: 15820209.

HSL color Cylindrical-coordinate representation of color #B165F1: hue angle of 272.57º 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 #B165F1 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 101 241 -
CMYK 0.27 0.58 0 0.05
HSL 272.57º 0.83% 0.67% -
HSV(B) 272.57º 0.58% 0.95% -
XYZ 38.66 25.01 86.01 -
YUV 139.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 177 101 241 0.27 0.58 0 0.05 272.57 0.83 0.67
Hex B1 65 F1 1B 3A 0 5 111 53 43
Octal 261 145 361 33 72 0 5 421 123 103
Binary 10110001 1100101 11110001 11011 111010 0 101 100010001 1010011 1000011

Color Harmonies of #B165F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165F1

Black with #B165F1

Text Example


Text Example

White with #B165F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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