Html Css Color HEX #B465F0 Medium Orchid

📋 copy color: '#B465F0'

red 180 ◦ green 101 ◦ blue 240

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

Shades of Medium Orchid #B465F0

Tints of Medium Orchid #B465F0

RGB

 RED value IS 180 (70.7% from 255) = 34.55%

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

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

R = 34.55%
G = 19.39%
B = 46.07%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B465F0 (or 0xB465F0) is known color: Medium Orchid. HEX triplet: B4, 65 and F0. RGB value is (180,101,240). Sum of RGB (Red+Green+Blue) = 180+101+240=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #B465F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B465F0 is #4B9A0F. Grayscale: #8B8B8B. Windows color (decimal): -4954640 or 15754676. OLE color: 15754676.

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

Color convert

RGB 180 101 240 -
CMYK 0.25 0.58 0 0.06
HSL 274.1º 0.82% 0.67% -
HSV(B) 274.1º 0.58% 0.94% -
XYZ 39.2 25.3 85.26 -
YUV 140.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 180 101 240 0.25 0.58 0 0.06 274.1 0.82 0.67
Hex B4 65 F0 19 3A 0 6 112 52 43
Octal 264 145 360 31 72 0 6 422 122 103
Binary 10110100 1100101 11110000 11001 111010 0 110 100010010 1010010 1000011

Color Harmonies of #B465F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465F0

Black with #B465F0

Text Example


Text Example

White with #B465F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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