Html Css Color HEX #BE71CB Medium Orchid

📋 copy color: '#BE71CB'

red 190 ◦ green 113 ◦ blue 203

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

Shades of Medium Orchid #BE71CB

Tints of Medium Orchid #BE71CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.33%

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

R = 37.55%
G = 22.33%
B = 40.12%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE71CB (or 0xBE71CB) is known color: Medium Orchid. HEX triplet: BE, 71 and CB. RGB value is (190,113,203). Sum of RGB (Red+Green+Blue) = 190+113+203=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71CB is #418E34. Grayscale: #929292. Windows color (decimal): -4296245 or 13332926. OLE color: 13332926.

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

Color convert

RGB 190 113 203 -
CMYK 0.06 0.44 0 0.20
HSL 291.33º 0.46% 0.62% -
HSV(B) 291.33º 0.44% 0.8% -
XYZ 37.92 27.07 59.73 -
YUV 146.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 190 113 203 0.06 0.44 0 0.20 291.33 0.46 0.62
Hex BE 71 CB 6 2C 0 14 123 2E 3E
Octal 276 161 313 6 54 0 24 443 56 76
Binary 10111110 1110001 11001011 110 101100 0 10100 100100011 101110 111110

Color Harmonies of #BE71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71CB

Black with #BE71CB

Text Example


Text Example

White with #BE71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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