Html Css Color HEX #B064CD Medium Orchid

📋 copy color: '#B064CD'

red 176 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #B064CD

Tints of Medium Orchid #B064CD

RGB

 RED value IS 176 (69.14% from 255) = 36.59%

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

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

R = 36.59%
G = 20.79%
B = 42.62%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B064CD (or 0xB064CD) is known color: Medium Orchid. HEX triplet: B0, 64 and CD. RGB value is (176,100,205). Sum of RGB (Red+Green+Blue) = 176+100+205=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #B064CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064CD is #4F9B32. Grayscale: #868686. Windows color (decimal): -5217075 or 13460656. OLE color: 13460656.

HSL color Cylindrical-coordinate representation of color #B064CD: hue angle of 283.43º 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 #B064CD is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 100 205 -
CMYK 0.14 0.51 0 0.20
HSL 283.43º 0.51% 0.6% -
HSV(B) 283.43º 0.51% 0.8% -
XYZ 33.48 22.75 60.38 -
YUV 134.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 176 100 205 0.14 0.51 0 0.20 283.43 0.51 0.6
Hex B0 64 CD E 33 0 14 11B 33 3C
Octal 260 144 315 16 63 0 24 433 63 74
Binary 10110000 1100100 11001101 1110 110011 0 10100 100011011 110011 111100

Color Harmonies of #B064CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064CD

Black with #B064CD

Text Example


Text Example

White with #B064CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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