Html Css Color HEX #B746FA Medium Orchid

📋 copy color: '#B746FA'

red 183 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #B746FA

Tints of Medium Orchid #B746FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.7%

R = 36.38%
G = 13.92%
B = 49.7%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B746FA (or 0xB746FA) is known color: Medium Orchid. HEX triplet: B7, 46 and FA. RGB value is (183,70,250). Sum of RGB (Red+Green+Blue) = 183+70+250=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #B746FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B746FA is #48B905. Grayscale: #7B7B7B. Windows color (decimal): -4765958 or 16402103. OLE color: 16402103.

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

Color convert

RGB 183 70 250 -
CMYK 0.27 0.72 0 0.02
HSL 277.67º 0.95% 0.63% -
HSV(B) 277.67º 0.72% 0.98% -
XYZ 38.97 21.35 92.51 -
YUV 124.31 198.94 169.86 -
System Red Green Blue C M Y K H S L
Decimal 183 70 250 0.27 0.72 0 0.02 277.67 0.95 0.63
Hex B7 46 FA 1B 48 0 2 116 5F 3F
Octal 267 106 372 33 110 0 2 426 137 77
Binary 10110111 1000110 11111010 11011 1001000 0 10 100010110 1011111 111111

Color Harmonies of #B746FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746FA

Black with #B746FA

Text Example


Text Example

White with #B746FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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