Html Css Color HEX #BE64ED Medium Orchid

📋 copy color: '#BE64ED'

red 190 ◦ green 100 ◦ blue 237

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

Shades of Medium Orchid #BE64ED

Tints of Medium Orchid #BE64ED

RGB

 RED value IS 190 (74.61% from 255) = 36.05%

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

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 36.05%
G = 18.98%
B = 44.97%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE64ED (or 0xBE64ED) is known color: Medium Orchid. HEX triplet: BE, 64 and ED. RGB value is (190,100,237). Sum of RGB (Red+Green+Blue) = 190+100+237=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE64ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE64ED is #419B12. Grayscale: #8E8E8E. Windows color (decimal): -4299539 or 15557822. OLE color: 15557822.

HSL color Cylindrical-coordinate representation of color #BE64ED: hue angle of 279.42º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE64ED is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 100 237 -
CMYK 0.20 0.58 0 0.07
HSL 279.42º 0.79% 0.66% -
HSV(B) 279.42º 0.58% 0.93% -
XYZ 41.08 26.18 83.01 -
YUV 142.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 190 100 237 0.20 0.58 0 0.07 279.42 0.79 0.66
Hex BE 64 ED 14 3A 0 7 117 4F 42
Octal 276 144 355 24 72 0 7 427 117 102
Binary 10111110 1100100 11101101 10100 111010 0 111 100010111 1001111 1000010

Color Harmonies of #BE64ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64ED

Black with #BE64ED

Text Example


Text Example

White with #BE64ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64ED; }

 p { color: rgb(190,100,237); }

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

background-color css

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

 a { background-color: rgb(190,100,237); }

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

border-color css

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

 span { border-color: rgb(190,100,237); }

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