Html Css Color HEX #B754F9 Medium Orchid

📋 copy color: '#B754F9'

red 183 ◦ green 84 ◦ blue 249

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

Shades of Medium Orchid #B754F9

Tints of Medium Orchid #B754F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.26%

R = 35.47%
G = 16.28%
B = 48.26%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B754F9 (or 0xB754F9) is known color: Medium Orchid. HEX triplet: B7, 54 and F9. RGB value is (183,84,249). Sum of RGB (Red+Green+Blue) = 183+84+249=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #B754F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B754F9 is #48AB06. Grayscale: #838383. Windows color (decimal): -4762375 or 16340151. OLE color: 16340151.

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

Color convert

RGB 183 84 249 -
CMYK 0.27 0.66 0 0.02
HSL 276º 0.93% 0.65% -
HSV(B) 276º 0.66% 0.98% -
XYZ 39.8 23.25 92.01 -
YUV 132.41 193.8 164.08 -
System Red Green Blue C M Y K H S L
Decimal 183 84 249 0.27 0.66 0 0.02 276 0.93 0.65
Hex B7 54 F9 1B 42 0 2 114 5D 41
Octal 267 124 371 33 102 0 2 424 135 101
Binary 10110111 1010100 11111001 11011 1000010 0 10 100010100 1011101 1000001

Color Harmonies of #B754F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754F9

Black with #B754F9

Text Example


Text Example

White with #B754F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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