Html Css Color HEX #B75ACC Medium Orchid

📋 copy color: '#B75ACC'

red 183 ◦ green 90 ◦ blue 204

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

Shades of Medium Orchid #B75ACC

Tints of Medium Orchid #B75ACC

RGB

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

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

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

R = 38.36%
G = 18.87%
B = 42.77%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B75ACC (or 0xB75ACC) is known color: Medium Orchid. HEX triplet: B7, 5A and CC. RGB value is (183,90,204). Sum of RGB (Red+Green+Blue) = 183+90+204=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #B75ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ACC is #48A533. Grayscale: #828282. Windows color (decimal): -4760884 or 13392567. OLE color: 13392567.

HSL color Cylindrical-coordinate representation of color #B75ACC: hue angle of 288.95º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75ACC is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 90 204 -
CMYK 0.10 0.56 0 0.2
HSL 288.95º 0.53% 0.58% -
HSV(B) 288.95º 0.56% 0.8% -
XYZ 34.08 21.74 59.53 -
YUV 130.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 183 90 204 0.10 0.56 0 0.2 288.95 0.53 0.58
Hex B7 5A CC A 38 0 14 121 35 3A
Octal 267 132 314 12 70 0 24 441 65 72
Binary 10110111 1011010 11001100 1010 111000 0 10100 100100001 110101 111010

Color Harmonies of #B75ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75ACC

Black with #B75ACC

Text Example


Text Example

White with #B75ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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