Html Css Color HEX #B464CD Medium Orchid

📋 copy color: '#B464CD'

red 180 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #B464CD

Tints of Medium Orchid #B464CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.62%

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 37.11%
G = 20.62%
B = 42.27%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B464CD (or 0xB464CD) is known color: Medium Orchid. HEX triplet: B4, 64 and CD. RGB value is (180,100,205). Sum of RGB (Red+Green+Blue) = 180+100+205=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #B464CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464CD is #4B9B32. Grayscale: #878787. Windows color (decimal): -4954931 or 13460660. OLE color: 13460660.

HSL color Cylindrical-coordinate representation of color #B464CD: hue angle of 285.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B464CD is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 100 205 -
CMYK 0.12 0.51 0 0.20
HSL 285.71º 0.51% 0.6% -
HSV(B) 285.71º 0.51% 0.8% -
XYZ 34.4 23.23 60.43 -
YUV 135.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 180 100 205 0.12 0.51 0 0.20 285.71 0.51 0.6
Hex B4 64 CD C 33 0 14 11E 33 3C
Octal 264 144 315 14 63 0 24 436 63 74
Binary 10110100 1100100 11001101 1100 110011 0 10100 100011110 110011 111100

Color Harmonies of #B464CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B464CD

Black with #B464CD

Text Example


Text Example

White with #B464CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B464CD; }

 p { color: rgb(180,100,205); }

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

background-color css

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

 a { background-color: rgb(180,100,205); }

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

border-color css

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

 span { border-color: rgb(180,100,205); }

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