Html Css Color HEX #BE66CF Medium Orchid

📋 copy color: '#BE66CF'

red 190 ◦ green 102 ◦ blue 207

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

Shades of Medium Orchid #BE66CF

Tints of Medium Orchid #BE66CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.44%

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

R = 38.08%
G = 20.44%
B = 41.48%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE66CF (or 0xBE66CF) is known color: Medium Orchid. HEX triplet: BE, 66 and CF. RGB value is (190,102,207). Sum of RGB (Red+Green+Blue) = 190+102+207=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE66CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66CF is #419930. Grayscale: #8B8B8B. Windows color (decimal): -4299057 or 13592254. OLE color: 13592254.

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

Color convert

RGB 190 102 207 -
CMYK 0.08 0.51 0 0.19
HSL 290.29º 0.52% 0.61% -
HSV(B) 290.29º 0.51% 0.81% -
XYZ 37.25 24.95 61.89 -
YUV 140.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 190 102 207 0.08 0.51 0 0.19 290.29 0.52 0.61
Hex BE 66 CF 8 33 0 13 122 34 3D
Octal 276 146 317 10 63 0 23 442 64 75
Binary 10111110 1100110 11001111 1000 110011 0 10011 100100010 110100 111101

Color Harmonies of #BE66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66CF

Black with #BE66CF

Text Example


Text Example

White with #BE66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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