Html Css Color HEX #BD64CF Medium Orchid

📋 copy color: '#BD64CF'

red 189 ◦ green 100 ◦ blue 207

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

Shades of Medium Orchid #BD64CF

Tints of Medium Orchid #BD64CF

RGB

 RED value IS 189 (74.22% from 255) = 38.1%

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 38.1%
G = 20.16%
B = 41.73%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD64CF (or 0xBD64CF) is known color: Medium Orchid. HEX triplet: BD, 64 and CF. RGB value is (189,100,207). Sum of RGB (Red+Green+Blue) = 189+100+207=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64CF is #429B30. Grayscale: #8A8A8A. Windows color (decimal): -4365105 or 13591741. OLE color: 13591741.

HSL color Cylindrical-coordinate representation of color #BD64CF: hue angle of 289.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD64CF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 100 207 -
CMYK 0.09 0.52 0 0.19
HSL 289.91º 0.53% 0.6% -
HSV(B) 289.91º 0.52% 0.81% -
XYZ 36.81 24.44 61.81 -
YUV 138.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 189 100 207 0.09 0.52 0 0.19 289.91 0.53 0.6
Hex BD 64 CF 9 34 0 13 122 35 3C
Octal 275 144 317 11 64 0 23 442 65 74
Binary 10111101 1100100 11001111 1001 110100 0 10011 100100010 110101 111100

Color Harmonies of #BD64CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64CF

Black with #BD64CF

Text Example


Text Example

White with #BD64CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64CF; }

 p { color: rgb(189,100,207); }

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

background-color css

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

 a { background-color: rgb(189,100,207); }

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

border-color css

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

 span { border-color: rgb(189,100,207); }

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