Html Css Color HEX #B465C6 Medium Orchid

📋 copy color: '#B465C6'

red 180 ◦ green 101 ◦ blue 198

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

Shades of Medium Orchid #B465C6

Tints of Medium Orchid #B465C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.34%

R = 37.58%
G = 21.09%
B = 41.34%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B465C6 (or 0xB465C6) is known color: Medium Orchid. HEX triplet: B4, 65 and C6. RGB value is (180,101,198). Sum of RGB (Red+Green+Blue) = 180+101+198=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #B465C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465C6 is #4B9A39. Grayscale: #878787. Windows color (decimal): -4954682 or 13002164. OLE color: 13002164.

HSL color Cylindrical-coordinate representation of color #B465C6: hue angle of 288.87º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B465C6 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 101 198 -
CMYK 0.09 0.49 0 0.22
HSL 288.87º 0.46% 0.59% -
HSV(B) 288.87º 0.49% 0.78% -
XYZ 33.67 23.09 56.11 -
YUV 135.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 180 101 198 0.09 0.49 0 0.22 288.87 0.46 0.59
Hex B4 65 C6 9 31 0 16 121 2E 3B
Octal 264 145 306 11 61 0 26 441 56 73
Binary 10110100 1100101 11000110 1001 110001 0 10110 100100001 101110 111011

Color Harmonies of #B465C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B465C6

Black with #B465C6

Text Example


Text Example

White with #B465C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B465C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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