Html Css Color HEX #B74CFA Medium Orchid

📋 copy color: '#B74CFA'

red 183 ◦ green 76 ◦ blue 250

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

Shades of Medium Orchid #B74CFA

Tints of Medium Orchid #B74CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.93%

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

R = 35.95%
G = 14.93%
B = 49.12%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B74CFA (or 0xB74CFA) is known color: Medium Orchid. HEX triplet: B7, 4C and FA. RGB value is (183,76,250). Sum of RGB (Red+Green+Blue) = 183+76+250=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #B74CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CFA is #48B305. Grayscale: #7F7F7F. Windows color (decimal): -4764422 or 16403639. OLE color: 16403639.

HSL color Cylindrical-coordinate representation of color #B74CFA: hue angle of 276.9º 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 #B74CFA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 76 250 -
CMYK 0.27 0.70 0 0.02
HSL 276.9º 0.95% 0.64% -
HSV(B) 276.9º 0.7% 0.98% -
XYZ 39.37 22.14 92.64 -
YUV 127.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 183 76 250 0.27 0.70 0 0.02 276.9 0.95 0.64
Hex B7 4C FA 1B 46 0 2 115 5F 40
Octal 267 114 372 33 106 0 2 425 137 100
Binary 10110111 1001100 11111010 11011 1000110 0 10 100010101 1011111 1000000

Color Harmonies of #B74CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CFA

Black with #B74CFA

Text Example


Text Example

White with #B74CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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