Html Css Color HEX #B165F0 Medium Orchid

📋 copy color: '#B165F0'

red 177 ◦ green 101 ◦ blue 240

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

Shades of Medium Orchid #B165F0

Tints of Medium Orchid #B165F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.33%

R = 34.17%
G = 19.5%
B = 46.33%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B165F0 (or 0xB165F0) is known color: Medium Orchid. HEX triplet: B1, 65 and F0. RGB value is (177,101,240). Sum of RGB (Red+Green+Blue) = 177+101+240=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #B165F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B165F0 is #4E9A0F. Grayscale: #8B8B8B. Windows color (decimal): -5151248 or 15754673. OLE color: 15754673.

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

Color convert

RGB 177 101 240 -
CMYK 0.26 0.58 0 0.06
HSL 272.81º 0.82% 0.67% -
HSV(B) 272.81º 0.58% 0.94% -
XYZ 38.51 24.95 85.22 -
YUV 139.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 177 101 240 0.26 0.58 0 0.06 272.81 0.82 0.67
Hex B1 65 F0 1A 3A 0 6 111 52 43
Octal 261 145 360 32 72 0 6 421 122 103
Binary 10110001 1100101 11110000 11010 111010 0 110 100010001 1010010 1000011

Color Harmonies of #B165F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165F0

Black with #B165F0

Text Example


Text Example

White with #B165F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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