Html Css Color HEX #B75ADD Medium Orchid

📋 copy color: '#B75ADD'

red 183 ◦ green 90 ◦ blue 221

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

Shades of Medium Orchid #B75ADD

Tints of Medium Orchid #B75ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 37.04%
G = 18.22%
B = 44.74%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B75ADD (or 0xB75ADD) is known color: Medium Orchid. HEX triplet: B7, 5A and DD. RGB value is (183,90,221). Sum of RGB (Red+Green+Blue) = 183+90+221=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #B75ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ADD is #48A522. Grayscale: #848484. Windows color (decimal): -4760867 or 14506679. OLE color: 14506679.

HSL color Cylindrical-coordinate representation of color #B75ADD: hue angle of 282.6º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B75ADD is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 90 221 -
CMYK 0.17 0.59 0 0.13
HSL 282.6º 0.66% 0.61% -
HSV(B) 282.6º 0.59% 0.87% -
XYZ 36.24 22.6 70.86 -
YUV 132.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 183 90 221 0.17 0.59 0 0.13 282.6 0.66 0.61
Hex B7 5A DD 11 3B 0 D 11B 42 3D
Octal 267 132 335 21 73 0 15 433 102 75
Binary 10110111 1011010 11011101 10001 111011 0 1101 100011011 1000010 111101

Color Harmonies of #B75ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75ADD

Black with #B75ADD

Text Example


Text Example

White with #B75ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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