Html Css Color HEX #BE75CC Medium Orchid

📋 copy color: '#BE75CC'

red 190 ◦ green 117 ◦ blue 204

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

Shades of Medium Orchid #BE75CC

Tints of Medium Orchid #BE75CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 37.18%
G = 22.9%
B = 39.92%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE75CC (or 0xBE75CC) is known color: Medium Orchid. HEX triplet: BE, 75 and CC. RGB value is (190,117,204). Sum of RGB (Red+Green+Blue) = 190+117+204=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE75CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75CC is #418A33. Grayscale: #949494. Windows color (decimal): -4295220 or 13399486. OLE color: 13399486.

HSL color Cylindrical-coordinate representation of color #BE75CC: hue angle of 290.34º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE75CC is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 117 204 -
CMYK 0.07 0.43 0 0.2
HSL 290.34º 0.46% 0.63% -
HSV(B) 290.34º 0.43% 0.8% -
XYZ 38.5 28.03 60.51 -
YUV 148.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 190 117 204 0.07 0.43 0 0.2 290.34 0.46 0.63
Hex BE 75 CC 7 2B 0 14 122 2E 3F
Octal 276 165 314 7 53 0 24 442 56 77
Binary 10111110 1110101 11001100 111 101011 0 10100 100100010 101110 111111

Color Harmonies of #BE75CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75CC

Black with #BE75CC

Text Example


Text Example

White with #BE75CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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