Html Css Color HEX #B754CF Medium Orchid

📋 copy color: '#B754CF'

red 183 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #B754CF

Tints of Medium Orchid #B754CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 38.61%
G = 17.72%
B = 43.67%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B754CF (or 0xB754CF) is known color: Medium Orchid. HEX triplet: B7, 54 and CF. RGB value is (183,84,207). Sum of RGB (Red+Green+Blue) = 183+84+207=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #B754CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754CF is #48AB30. Grayscale: #7F7F7F. Windows color (decimal): -4762417 or 13587639. OLE color: 13587639.

HSL color Cylindrical-coordinate representation of color #B754CF: hue angle of 288.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B754CF is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 84 207 -
CMYK 0.12 0.59 0 0.19
HSL 288.29º 0.56% 0.57% -
HSV(B) 288.29º 0.59% 0.81% -
XYZ 33.96 20.91 61.28 -
YUV 127.62 172.8 167.5 -
System Red Green Blue C M Y K H S L
Decimal 183 84 207 0.12 0.59 0 0.19 288.29 0.56 0.57
Hex B7 54 CF C 3B 0 13 120 38 39
Octal 267 124 317 14 73 0 23 440 70 71
Binary 10110111 1010100 11001111 1100 111011 0 10011 100100000 111000 111001

Color Harmonies of #B754CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754CF

Black with #B754CF

Text Example


Text Example

White with #B754CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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