Html Css Color HEX #BE66D4 Medium Orchid

📋 copy color: '#BE66D4'

red 190 ◦ green 102 ◦ blue 212

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

Shades of Medium Orchid #BE66D4

Tints of Medium Orchid #BE66D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.06%

R = 37.7%
G = 20.24%
B = 42.06%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BE66D4 (or 0xBE66D4) is known color: Medium Orchid. HEX triplet: BE, 66 and D4. RGB value is (190,102,212). Sum of RGB (Red+Green+Blue) = 190+102+212=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE66D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE66D4 is #41992B. Grayscale: #8C8C8C. Windows color (decimal): -4299052 or 13919934. OLE color: 13919934.

HSL color Cylindrical-coordinate representation of color #BE66D4: hue angle of 288º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE66D4 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 102 212 -
CMYK 0.10 0.52 0 0.17
HSL 288º 0.56% 0.62% -
HSV(B) 288º 0.52% 0.83% -
XYZ 37.87 25.2 65.16 -
YUV 140.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 190 102 212 0.10 0.52 0 0.17 288 0.56 0.62
Hex BE 66 D4 A 34 0 11 120 38 3E
Octal 276 146 324 12 64 0 21 440 70 76
Binary 10111110 1100110 11010100 1010 110100 0 10001 100100000 111000 111110

Color Harmonies of #BE66D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE66D4

Black with #BE66D4

Text Example


Text Example

White with #BE66D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE66D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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