Html Css Color HEX #B740FA Medium Orchid

📋 copy color: '#B740FA'

red 183 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #B740FA

Tints of Medium Orchid #B740FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.88%

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

R = 36.82%
G = 12.88%
B = 50.3%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B740FA (or 0xB740FA) is known color: Medium Orchid. HEX triplet: B7, 40 and FA. RGB value is (183,64,250). Sum of RGB (Red+Green+Blue) = 183+64+250=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #B740FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B740FA is #48BF05. Grayscale: #787878. Windows color (decimal): -4767494 or 16400567. OLE color: 16400567.

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

Color convert

RGB 183 64 250 -
CMYK 0.27 0.74 0 0.02
HSL 278.39º 0.95% 0.62% -
HSV(B) 278.39º 0.74% 0.98% -
XYZ 38.62 20.64 92.39 -
YUV 120.79 200.92 172.38 -
System Red Green Blue C M Y K H S L
Decimal 183 64 250 0.27 0.74 0 0.02 278.39 0.95 0.62
Hex B7 40 FA 1B 4A 0 2 116 5F 3E
Octal 267 100 372 33 112 0 2 426 137 76
Binary 10110111 1000000 11111010 11011 1001010 0 10 100010110 1011111 111110

Color Harmonies of #B740FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B740FA

Black with #B740FA

Text Example


Text Example

White with #B740FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B740FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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