Html Css Color HEX #BE6BCF Medium Orchid

📋 copy color: '#BE6BCF'

red 190 ◦ green 107 ◦ blue 207

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

Shades of Medium Orchid #BE6BCF

Tints of Medium Orchid #BE6BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.23%

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

R = 37.7%
G = 21.23%
B = 41.07%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE6BCF (or 0xBE6BCF) is known color: Medium Orchid. HEX triplet: BE, 6B and CF. RGB value is (190,107,207). Sum of RGB (Red+Green+Blue) = 190+107+207=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BCF is #419430. Grayscale: #8E8E8E. Windows color (decimal): -4297777 or 13593534. OLE color: 13593534.

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

Color convert

RGB 190 107 207 -
CMYK 0.08 0.48 0 0.19
HSL 289.8º 0.51% 0.62% -
HSV(B) 289.8º 0.48% 0.81% -
XYZ 37.76 25.97 62.05 -
YUV 143.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 190 107 207 0.08 0.48 0 0.19 289.8 0.51 0.62
Hex BE 6B CF 8 30 0 13 122 33 3E
Octal 276 153 317 10 60 0 23 442 63 76
Binary 10111110 1101011 11001111 1000 110000 0 10011 100100010 110011 111110

Color Harmonies of #BE6BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BCF

Black with #BE6BCF

Text Example


Text Example

White with #BE6BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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