Html Css Color HEX #B75AFE Medium Orchid

📋 copy color: '#B75AFE'

red 183 ◦ green 90 ◦ blue 254

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

Shades of Medium Orchid #B75AFE

Tints of Medium Orchid #B75AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 34.72%
G = 17.08%
B = 48.2%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B75AFE (or 0xB75AFE) is known color: Medium Orchid. HEX triplet: B7, 5A and FE. RGB value is (183,90,254). Sum of RGB (Red+Green+Blue) = 183+90+254=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #B75AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75AFE is #48A501. Grayscale: #878787. Windows color (decimal): -4760834 or 16669367. OLE color: 16669367.

HSL color Cylindrical-coordinate representation of color #B75AFE: hue angle of 274.02º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B75AFE is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 90 254 -
CMYK 0.28 0.65 0 0.00
HSL 274.02º 0.99% 0.67% -
HSV(B) 274.02º 0.65% 1% -
XYZ 41.07 24.54 96.34 -
YUV 136.5 194.31 161.16 -
System Red Green Blue C M Y K H S L
Decimal 183 90 254 0.28 0.65 0 0.00 274.02 0.99 0.67
Hex B7 5A FE 1C 41 0 0 112 63 43
Octal 267 132 376 34 101 0 0 422 143 103
Binary 10110111 1011010 11111110 11100 1000001 0 0 100010010 1100011 1000011

Color Harmonies of #B75AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75AFE

Black with #B75AFE

Text Example


Text Example

White with #B75AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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