Html Css Color HEX #B754FB Medium Orchid

📋 copy color: '#B754FB'

red 183 ◦ green 84 ◦ blue 251

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

Shades of Medium Orchid #B754FB

Tints of Medium Orchid #B754FB

RGB

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

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

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

R = 35.33%
G = 16.22%
B = 48.46%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B754FB (or 0xB754FB) is known color: Medium Orchid. HEX triplet: B7, 54 and FB. RGB value is (183,84,251). Sum of RGB (Red+Green+Blue) = 183+84+251=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #B754FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B754FB is #48AB04. Grayscale: #848484. Windows color (decimal): -4762373 or 16471223. OLE color: 16471223.

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

Color convert

RGB 183 84 251 -
CMYK 0.27 0.67 0 0.02
HSL 275.57º 0.95% 0.66% -
HSV(B) 275.57º 0.67% 0.98% -
XYZ 40.11 23.37 93.66 -
YUV 132.64 194.8 163.92 -
System Red Green Blue C M Y K H S L
Decimal 183 84 251 0.27 0.67 0 0.02 275.57 0.95 0.66
Hex B7 54 FB 1B 43 0 2 114 5F 42
Octal 267 124 373 33 103 0 2 424 137 102
Binary 10110111 1010100 11111011 11011 1000011 0 10 100010100 1011111 1000010

Color Harmonies of #B754FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754FB

Black with #B754FB

Text Example


Text Example

White with #B754FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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