Html Css Color HEX #B754EB Medium Orchid

📋 copy color: '#B754EB'

red 183 ◦ green 84 ◦ blue 235

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

Shades of Medium Orchid #B754EB

Tints of Medium Orchid #B754EB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.73%

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 36.45%
G = 16.73%
B = 46.81%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B754EB (or 0xB754EB) is known color: Medium Orchid. HEX triplet: B7, 54 and EB. RGB value is (183,84,235). Sum of RGB (Red+Green+Blue) = 183+84+235=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #B754EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B754EB is #48AB14. Grayscale: #828282. Windows color (decimal): -4762389 or 15422647. OLE color: 15422647.

HSL color Cylindrical-coordinate representation of color #B754EB: hue angle of 279.34º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B754EB is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 84 235 -
CMYK 0.22 0.64 0 0.08
HSL 279.34º 0.79% 0.63% -
HSV(B) 279.34º 0.64% 0.92% -
XYZ 37.69 22.41 80.94 -
YUV 130.82 186.8 165.22 -
System Red Green Blue C M Y K H S L
Decimal 183 84 235 0.22 0.64 0 0.08 279.34 0.79 0.63
Hex B7 54 EB 16 40 0 8 117 4F 3F
Octal 267 124 353 26 100 0 10 427 117 77
Binary 10110111 1010100 11101011 10110 1000000 0 1000 100010111 1001111 111111

Color Harmonies of #B754EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754EB

Black with #B754EB

Text Example


Text Example

White with #B754EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754EB; }

 p { color: rgb(183,84,235); }

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

background-color css

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

 a { background-color: rgb(183,84,235); }

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

border-color css

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

 span { border-color: rgb(183,84,235); }

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