Html Css Color HEX #BE69CB Medium Orchid

📋 copy color: '#BE69CB'

red 190 ◦ green 105 ◦ blue 203

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

Shades of Medium Orchid #BE69CB

Tints of Medium Orchid #BE69CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.08%

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

R = 38.15%
G = 21.08%
B = 40.76%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE69CB (or 0xBE69CB) is known color: Medium Orchid. HEX triplet: BE, 69 and CB. RGB value is (190,105,203). Sum of RGB (Red+Green+Blue) = 190+105+203=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69CB is #419634. Grayscale: #8D8D8D. Windows color (decimal): -4298293 or 13330878. OLE color: 13330878.

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

Color convert

RGB 190 105 203 -
CMYK 0.06 0.48 0 0.20
HSL 292.04º 0.49% 0.6% -
HSV(B) 292.04º 0.48% 0.8% -
XYZ 37.07 25.36 59.44 -
YUV 141.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 190 105 203 0.06 0.48 0 0.20 292.04 0.49 0.6
Hex BE 69 CB 6 30 0 14 124 31 3C
Octal 276 151 313 6 60 0 24 444 61 74
Binary 10111110 1101001 11001011 110 110000 0 10100 100100100 110001 111100

Color Harmonies of #BE69CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE69CB

Black with #BE69CB

Text Example


Text Example

White with #BE69CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE69CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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