Html Css Color HEX #B75EDA Medium Orchid

📋 copy color: '#B75EDA'

red 183 ◦ green 94 ◦ blue 218

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

Shades of Medium Orchid #B75EDA

Tints of Medium Orchid #B75EDA

RGB

 RED value IS 183 (71.88% from 255) = 36.97%

 GREEN value IS 94 (37.11% from 255) = 18.99%

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 36.97%
G = 18.99%
B = 44.04%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B75EDA (or 0xB75EDA) is known color: Medium Orchid. HEX triplet: B7, 5E and DA. RGB value is (183,94,218). Sum of RGB (Red+Green+Blue) = 183+94+218=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #B75EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75EDA is #48A125. Grayscale: #868686. Windows color (decimal): -4759846 or 14311095. OLE color: 14311095.

HSL color Cylindrical-coordinate representation of color #B75EDA: hue angle of 283.06º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B75EDA is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 94 218 -
CMYK 0.16 0.57 0 0.15
HSL 283.06º 0.63% 0.61% -
HSV(B) 283.06º 0.57% 0.85% -
XYZ 36.19 23.13 68.89 -
YUV 134.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 183 94 218 0.16 0.57 0 0.15 283.06 0.63 0.61
Hex B7 5E DA 10 39 0 F 11B 3F 3D
Octal 267 136 332 20 71 0 17 433 77 75
Binary 10110111 1011110 11011010 10000 111001 0 1111 100011011 111111 111101

Color Harmonies of #B75EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75EDA

Black with #B75EDA

Text Example


Text Example

White with #B75EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75EDA; }

 p { color: rgb(183,94,218); }

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

background-color css

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

 a { background-color: rgb(183,94,218); }

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

border-color css

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

 span { border-color: rgb(183,94,218); }

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