Html Css Color HEX #BE6ACF Medium Orchid

📋 copy color: '#BE6ACF'

red 190 ◦ green 106 ◦ blue 207

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

Shades of Medium Orchid #BE6ACF

Tints of Medium Orchid #BE6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.07%

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

R = 37.77%
G = 21.07%
B = 41.15%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE6ACF (or 0xBE6ACF) is known color: Medium Orchid. HEX triplet: BE, 6A and CF. RGB value is (190,106,207). Sum of RGB (Red+Green+Blue) = 190+106+207=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ACF is #419530. Grayscale: #8E8E8E. Windows color (decimal): -4298033 or 13593278. OLE color: 13593278.

HSL color Cylindrical-coordinate representation of color #BE6ACF: hue angle of 289.9º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6ACF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 106 207 -
CMYK 0.08 0.49 0 0.19
HSL 289.9º 0.51% 0.61% -
HSV(B) 289.9º 0.49% 0.81% -
XYZ 37.65 25.76 62.02 -
YUV 142.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 190 106 207 0.08 0.49 0 0.19 289.9 0.51 0.61
Hex BE 6A CF 8 31 0 13 122 33 3D
Octal 276 152 317 10 61 0 23 442 63 75
Binary 10111110 1101010 11001111 1000 110001 0 10011 100100010 110011 111101

Color Harmonies of #BE6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6ACF

Black with #BE6ACF

Text Example


Text Example

White with #BE6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6ACF; }

 p { color: rgb(190,106,207); }

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

background-color css

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

 a { background-color: rgb(190,106,207); }

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

border-color css

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

 span { border-color: rgb(190,106,207); }

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