Html Css Color HEX #B465DF Medium Orchid

📋 copy color: '#B465DF'

red 180 ◦ green 101 ◦ blue 223

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

Shades of Medium Orchid #B465DF

Tints of Medium Orchid #B465DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 35.71%
G = 20.04%
B = 44.25%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B465DF (or 0xB465DF) is known color: Medium Orchid. HEX triplet: B4, 65 and DF. RGB value is (180,101,223). Sum of RGB (Red+Green+Blue) = 180+101+223=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #B465DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465DF is #4B9A20. Grayscale: #8A8A8A. Windows color (decimal): -4954657 or 14640564. OLE color: 14640564.

HSL color Cylindrical-coordinate representation of color #B465DF: hue angle of 278.85º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B465DF is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 101 223 -
CMYK 0.19 0.55 0 0.13
HSL 278.85º 0.66% 0.64% -
HSV(B) 278.85º 0.55% 0.87% -
XYZ 36.8 24.34 72.57 -
YUV 138.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 180 101 223 0.19 0.55 0 0.13 278.85 0.66 0.64
Hex B4 65 DF 13 37 0 D 117 42 40
Octal 264 145 337 23 67 0 15 427 102 100
Binary 10110100 1100101 11011111 10011 110111 0 1101 100010111 1000010 1000000

Color Harmonies of #B465DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465DF

Black with #B465DF

Text Example


Text Example

White with #B465DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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