Html Css Color HEX #B75ADA Medium Orchid

📋 copy color: '#B75ADA'

red 183 ◦ green 90 ◦ blue 218

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

Shades of Medium Orchid #B75ADA

Tints of Medium Orchid #B75ADA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.33%

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

R = 37.27%
G = 18.33%
B = 44.4%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B75ADA (or 0xB75ADA) is known color: Medium Orchid. HEX triplet: B7, 5A and DA. RGB value is (183,90,218). Sum of RGB (Red+Green+Blue) = 183+90+218=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #B75ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ADA is #48A525. Grayscale: #838383. Windows color (decimal): -4760870 or 14310071. OLE color: 14310071.

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

Color convert

RGB 183 90 218 -
CMYK 0.16 0.59 0 0.15
HSL 283.59º 0.63% 0.6% -
HSV(B) 283.59º 0.59% 0.85% -
XYZ 35.84 22.44 68.77 -
YUV 132.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 183 90 218 0.16 0.59 0 0.15 283.59 0.63 0.6
Hex B7 5A DA 10 3B 0 F 11C 3F 3C
Octal 267 132 332 20 73 0 17 434 77 74
Binary 10110111 1011010 11011010 10000 111011 0 1111 100011100 111111 111100

Color Harmonies of #B75ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75ADA

Black with #B75ADA

Text Example


Text Example

White with #B75ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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