Html Css Color HEX #B165F3 Medium Orchid

📋 copy color: '#B165F3'

red 177 ◦ green 101 ◦ blue 243

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

Shades of Medium Orchid #B165F3

Tints of Medium Orchid #B165F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.64%

R = 33.97%
G = 19.39%
B = 46.64%

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

#B165F3 (or 0xB165F3) is known color: Medium Orchid. HEX triplet: B1, 65 and F3. RGB value is (177,101,243). Sum of RGB (Red+Green+Blue) = 177+101+243=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #B165F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B165F3 is #4E9A0C. Grayscale: #8B8B8B. Windows color (decimal): -5151245 or 15951281. OLE color: 15951281.

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

Color convert

RGB 177 101 243 -
CMYK 0.27 0.58 0 0.05
HSL 272.11º 0.86% 0.67% -
HSV(B) 272.11º 0.58% 0.95% -
XYZ 38.96 25.13 87.59 -
YUV 139.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 177 101 243 0.27 0.58 0 0.05 272.11 0.86 0.67
Hex B1 65 F3 1B 3A 0 5 110 56 43
Octal 261 145 363 33 72 0 5 420 126 103
Binary 10110001 1100101 11110011 11011 111010 0 101 100010000 1010110 1000011

Color Harmonies of #B165F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B165F3

Black with #B165F3

Text Example


Text Example

White with #B165F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B165F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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