Html Css Color HEX #BE65CF Medium Orchid

📋 copy color: '#BE65CF'

red 190 ◦ green 101 ◦ blue 207

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

Shades of Medium Orchid #BE65CF

Tints of Medium Orchid #BE65CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.28%

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

R = 38.15%
G = 20.28%
B = 41.57%

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

#BE65CF (or 0xBE65CF) is known color: Medium Orchid. HEX triplet: BE, 65 and CF. RGB value is (190,101,207). Sum of RGB (Red+Green+Blue) = 190+101+207=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65CF is #419A30. Grayscale: #8B8B8B. Windows color (decimal): -4299313 or 13591998. OLE color: 13591998.

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

Color convert

RGB 190 101 207 -
CMYK 0.08 0.51 0 0.19
HSL 290.38º 0.52% 0.6% -
HSV(B) 290.38º 0.51% 0.81% -
XYZ 37.15 24.76 61.85 -
YUV 139.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 190 101 207 0.08 0.51 0 0.19 290.38 0.52 0.6
Hex BE 65 CF 8 33 0 13 122 34 3C
Octal 276 145 317 10 63 0 23 442 64 74
Binary 10111110 1100101 11001111 1000 110011 0 10011 100100010 110100 111100

Color Harmonies of #BE65CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE65CF

Black with #BE65CF

Text Example


Text Example

White with #BE65CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE65CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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