Html Css Color HEX #BE64CB Medium Orchid

📋 copy color: '#BE64CB'

red 190 ◦ green 100 ◦ blue 203

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

Shades of Medium Orchid #BE64CB

Tints of Medium Orchid #BE64CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.28%

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 38.54%
G = 20.28%
B = 41.18%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE64CB (or 0xBE64CB) is known color: Medium Orchid. HEX triplet: BE, 64 and CB. RGB value is (190,100,203). Sum of RGB (Red+Green+Blue) = 190+100+203=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE64CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64CB is #419B34. Grayscale: #8A8A8A. Windows color (decimal): -4299573 or 13329598. OLE color: 13329598.

HSL color Cylindrical-coordinate representation of color #BE64CB: hue angle of 292.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE64CB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 100 203 -
CMYK 0.06 0.51 0 0.20
HSL 292.43º 0.5% 0.59% -
HSV(B) 292.43º 0.51% 0.8% -
XYZ 36.57 24.37 59.28 -
YUV 138.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 190 100 203 0.06 0.51 0 0.20 292.43 0.5 0.59
Hex BE 64 CB 6 33 0 14 124 32 3B
Octal 276 144 313 6 63 0 24 444 62 73
Binary 10111110 1100100 11001011 110 110011 0 10100 100100100 110010 111011

Color Harmonies of #BE64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64CB

Black with #BE64CB

Text Example


Text Example

White with #BE64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64CB; }

 p { color: rgb(190,100,203); }

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

background-color css

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

 a { background-color: rgb(190,100,203); }

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

border-color css

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

 span { border-color: rgb(190,100,203); }

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