Html Css Color HEX #B465DD Medium Orchid

📋 copy color: '#B465DD'

red 180 ◦ green 101 ◦ blue 221

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

Shades of Medium Orchid #B465DD

Tints of Medium Orchid #B465DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 35.86%
G = 20.12%
B = 44.02%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B465DD (or 0xB465DD) is known color: Medium Orchid. HEX triplet: B4, 65 and DD. RGB value is (180,101,221). Sum of RGB (Red+Green+Blue) = 180+101+221=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #B465DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465DD is #4B9A22. Grayscale: #898989. Windows color (decimal): -4954659 or 14509492. OLE color: 14509492.

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

Color convert

RGB 180 101 221 -
CMYK 0.19 0.54 0 0.13
HSL 279.5º 0.64% 0.63% -
HSV(B) 279.5º 0.54% 0.87% -
XYZ 36.53 24.23 71.16 -
YUV 138.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 180 101 221 0.19 0.54 0 0.13 279.5 0.64 0.63
Hex B4 65 DD 13 36 0 D 118 40 3F
Octal 264 145 335 23 66 0 15 430 100 77
Binary 10110100 1100101 11011101 10011 110110 0 1101 100011000 1000000 111111

Color Harmonies of #B465DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465DD

Black with #B465DD

Text Example


Text Example

White with #B465DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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