Html Css Color HEX #B75AED Medium Orchid

📋 copy color: '#B75AED'

red 183 ◦ green 90 ◦ blue 237

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

Shades of Medium Orchid #B75AED

Tints of Medium Orchid #B75AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 35.88%
G = 17.65%
B = 46.47%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B75AED (or 0xB75AED) is known color: Medium Orchid. HEX triplet: B7, 5A and ED. RGB value is (183,90,237). Sum of RGB (Red+Green+Blue) = 183+90+237=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #B75AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75AED is #48A512. Grayscale: #868686. Windows color (decimal): -4760851 or 15555255. OLE color: 15555255.

HSL color Cylindrical-coordinate representation of color #B75AED: hue angle of 277.96º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B75AED is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 90 237 -
CMYK 0.23 0.62 0 0.07
HSL 277.96º 0.8% 0.64% -
HSV(B) 277.96º 0.62% 0.93% -
XYZ 38.47 23.49 82.63 -
YUV 134.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 183 90 237 0.23 0.62 0 0.07 277.96 0.8 0.64
Hex B7 5A ED 17 3E 0 7 116 50 40
Octal 267 132 355 27 76 0 7 426 120 100
Binary 10110111 1011010 11101101 10111 111110 0 111 100010110 1010000 1000000

Color Harmonies of #B75AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75AED

Black with #B75AED

Text Example


Text Example

White with #B75AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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