Html Css Color HEX #B74BFA Medium Orchid

📋 copy color: '#B74BFA'

red 183 ◦ green 75 ◦ blue 250

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

Shades of Medium Orchid #B74BFA

Tints of Medium Orchid #B74BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.76%

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

R = 36.02%
G = 14.76%
B = 49.21%

CMYK

 C value IS 0.27

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B74BFA (or 0xB74BFA) is known color: Medium Orchid. HEX triplet: B7, 4B and FA. RGB value is (183,75,250). Sum of RGB (Red+Green+Blue) = 183+75+250=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #B74BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74BFA is #48B405. Grayscale: #7E7E7E. Windows color (decimal): -4764678 or 16403383. OLE color: 16403383.

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

Color convert

RGB 183 75 250 -
CMYK 0.27 0.7 0 0.02
HSL 277.03º 0.95% 0.64% -
HSV(B) 277.03º 0.7% 0.98% -
XYZ 39.3 22 92.62 -
YUV 127.24 197.28 167.77 -
System Red Green Blue C M Y K H S L
Decimal 183 75 250 0.27 0.7 0 0.02 277.03 0.95 0.64
Hex B7 4B FA 1B 46 0 2 115 5F 40
Octal 267 113 372 33 106 0 2 425 137 100
Binary 10110111 1001011 11111010 11011 1000110 0 10 100010101 1011111 1000000

Color Harmonies of #B74BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BFA

Black with #B74BFA

Text Example


Text Example

White with #B74BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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