Html Css Color HEX #B064DA Medium Orchid

📋 copy color: '#B064DA'

red 176 ◦ green 100 ◦ blue 218

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

Shades of Medium Orchid #B064DA

Tints of Medium Orchid #B064DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 35.63%
G = 20.24%
B = 44.13%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B064DA (or 0xB064DA) is known color: Medium Orchid. HEX triplet: B0, 64 and DA. RGB value is (176,100,218). Sum of RGB (Red+Green+Blue) = 176+100+218=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #B064DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064DA is #4F9B25. Grayscale: #878787. Windows color (decimal): -5217062 or 14312624. OLE color: 14312624.

HSL color Cylindrical-coordinate representation of color #B064DA: hue angle of 278.64º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B064DA is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 100 218 -
CMYK 0.19 0.54 0 0.15
HSL 278.64º 0.61% 0.62% -
HSV(B) 278.64º 0.54% 0.85% -
XYZ 35.12 23.41 69 -
YUV 136.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 176 100 218 0.19 0.54 0 0.15 278.64 0.61 0.62
Hex B0 64 DA 13 36 0 F 117 3D 3E
Octal 260 144 332 23 66 0 17 427 75 76
Binary 10110000 1100100 11011010 10011 110110 0 1111 100010111 111101 111110

Color Harmonies of #B064DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064DA

Black with #B064DA

Text Example


Text Example

White with #B064DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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