Html Css Color HEX #B75DF8 Medium Orchid

📋 copy color: '#B75DF8'

red 183 ◦ green 93 ◦ blue 248

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

Shades of Medium Orchid #B75DF8

Tints of Medium Orchid #B75DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.75%

 BLUE value IS 248 (97.27% from 255) = 47.33%

R = 34.92%
G = 17.75%
B = 47.33%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B75DF8 (or 0xB75DF8) is known color: Medium Orchid. HEX triplet: B7, 5D and F8. RGB value is (183,93,248). Sum of RGB (Red+Green+Blue) = 183+93+248=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #B75DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75DF8 is #48A207. Grayscale: #898989. Windows color (decimal): -4760072 or 16276919. OLE color: 16276919.

HSL color Cylindrical-coordinate representation of color #B75DF8: hue angle of 274.84º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B75DF8 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 93 248 -
CMYK 0.26 0.62 0 0.03
HSL 274.84º 0.92% 0.67% -
HSV(B) 274.84º 0.63% 0.97% -
XYZ 40.39 24.67 91.44 -
YUV 137.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 183 93 248 0.26 0.62 0 0.03 274.84 0.92 0.67
Hex B7 5D F8 1A 3E 0 3 113 5C 43
Octal 267 135 370 32 76 0 3 423 134 103
Binary 10110111 1011101 11111000 11010 111110 0 11 100010011 1011100 1000011

Color Harmonies of #B75DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75DF8

Black with #B75DF8

Text Example


Text Example

White with #B75DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75DF8; }

 p { color: rgb(183,93,248); }

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

background-color css

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

 a { background-color: rgb(183,93,248); }

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

border-color css

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

 span { border-color: rgb(183,93,248); }

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