Html Css Color HEX #B75EFB Medium Orchid

📋 copy color: '#B75EFB'

red 183 ◦ green 94 ◦ blue 251

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

Shades of Medium Orchid #B75EFB

Tints of Medium Orchid #B75EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.8%

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 34.66%
G = 17.8%
B = 47.54%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B75EFB (or 0xB75EFB) is known color: Medium Orchid. HEX triplet: B7, 5E and FB. RGB value is (183,94,251). Sum of RGB (Red+Green+Blue) = 183+94+251=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #B75EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75EFB is #48A104. Grayscale: #898989. Windows color (decimal): -4759813 or 16473783. OLE color: 16473783.

HSL color Cylindrical-coordinate representation of color #B75EFB: hue angle of 274.01º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B75EFB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 94 251 -
CMYK 0.27 0.63 0 0.02
HSL 274.01º 0.95% 0.68% -
HSV(B) 274.01º 0.63% 0.98% -
XYZ 40.94 25.04 93.94 -
YUV 138.51 191.49 159.73 -
System Red Green Blue C M Y K H S L
Decimal 183 94 251 0.27 0.63 0 0.02 274.01 0.95 0.68
Hex B7 5E FB 1B 3F 0 2 112 5F 44
Octal 267 136 373 33 77 0 2 422 137 104
Binary 10110111 1011110 11111011 11011 111111 0 10 100010010 1011111 1000100

Color Harmonies of #B75EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75EFB

Black with #B75EFB

Text Example


Text Example

White with #B75EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75EFB; }

 p { color: rgb(183,94,251); }

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

background-color css

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

 a { background-color: rgb(183,94,251); }

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

border-color css

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

 span { border-color: rgb(183,94,251); }

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