Html Css Color HEX #B746FC Medium Orchid

📋 copy color: '#B746FC'

red 183 ◦ green 70 ◦ blue 252

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

Shades of Medium Orchid #B746FC

Tints of Medium Orchid #B746FC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.86%

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 36.24%
G = 13.86%
B = 49.9%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B746FC (or 0xB746FC) is known color: Medium Orchid. HEX triplet: B7, 46 and FC. RGB value is (183,70,252). Sum of RGB (Red+Green+Blue) = 183+70+252=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #B746FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B746FC is #48B903. Grayscale: #7B7B7B. Windows color (decimal): -4765956 or 16533175. OLE color: 16533175.

HSL color Cylindrical-coordinate representation of color #B746FC: hue angle of 277.25º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B746FC is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 70 252 -
CMYK 0.27 0.72 0 0.01
HSL 277.25º 0.97% 0.63% -
HSV(B) 277.25º 0.72% 0.99% -
XYZ 39.29 21.48 94.17 -
YUV 124.54 199.94 169.7 -
System Red Green Blue C M Y K H S L
Decimal 183 70 252 0.27 0.72 0 0.01 277.25 0.97 0.63
Hex B7 46 FC 1B 48 0 1 115 61 3F
Octal 267 106 374 33 110 0 1 425 141 77
Binary 10110111 1000110 11111100 11011 1001000 0 1 100010101 1100001 111111

Color Harmonies of #B746FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746FC

Black with #B746FC

Text Example


Text Example

White with #B746FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746FC; }

 p { color: rgb(183,70,252); }

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

background-color css

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

 a { background-color: rgb(183,70,252); }

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

border-color css

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

 span { border-color: rgb(183,70,252); }

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