Html Css Color HEX #BC64DA Medium Orchid

📋 copy color: '#BC64DA'

red 188 ◦ green 100 ◦ blue 218

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

Shades of Medium Orchid #BC64DA

Tints of Medium Orchid #BC64DA

RGB

 RED value IS 188 (73.83% from 255) = 37.15%

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

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

R = 37.15%
G = 19.76%
B = 43.08%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC64DA (or 0xBC64DA) is known color: Medium Orchid. HEX triplet: BC, 64 and DA. RGB value is (188,100,218). Sum of RGB (Red+Green+Blue) = 188+100+218=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC64DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64DA is #439B25. Grayscale: #8B8B8B. Windows color (decimal): -4430630 or 14312636. OLE color: 14312636.

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

Color convert

RGB 188 100 218 -
CMYK 0.14 0.54 0 0.15
HSL 284.75º 0.61% 0.62% -
HSV(B) 284.75º 0.54% 0.85% -
XYZ 37.95 24.87 69.13 -
YUV 139.76 172.15 162.41 -
System Red Green Blue C M Y K H S L
Decimal 188 100 218 0.14 0.54 0 0.15 284.75 0.61 0.62
Hex BC 64 DA E 36 0 F 11D 3D 3E
Octal 274 144 332 16 66 0 17 435 75 76
Binary 10111100 1100100 11011010 1110 110110 0 1111 100011101 111101 111110

Color Harmonies of #BC64DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64DA

Black with #BC64DA

Text Example


Text Example

White with #BC64DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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