Html Css Color HEX #BE75CB Medium Orchid

📋 copy color: '#BE75CB'

red 190 ◦ green 117 ◦ blue 203

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

Shades of Medium Orchid #BE75CB

Tints of Medium Orchid #BE75CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.94%

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

R = 37.25%
G = 22.94%
B = 39.8%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE75CB (or 0xBE75CB) is known color: Medium Orchid. HEX triplet: BE, 75 and CB. RGB value is (190,117,203). Sum of RGB (Red+Green+Blue) = 190+117+203=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE75CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75CB is #418A34. Grayscale: #949494. Windows color (decimal): -4295221 or 13333950. OLE color: 13333950.

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

Color convert

RGB 190 117 203 -
CMYK 0.06 0.42 0 0.20
HSL 290.93º 0.45% 0.63% -
HSV(B) 290.93º 0.42% 0.8% -
XYZ 38.38 27.98 59.88 -
YUV 148.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 190 117 203 0.06 0.42 0 0.20 290.93 0.45 0.63
Hex BE 75 CB 6 2A 0 14 123 2D 3F
Octal 276 165 313 6 52 0 24 443 55 77
Binary 10111110 1110101 11001011 110 101010 0 10100 100100011 101101 111111

Color Harmonies of #BE75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75CB

Black with #BE75CB

Text Example


Text Example

White with #BE75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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