Html Css Color HEX #B74CFD Medium Orchid

📋 copy color: '#B74CFD'

red 183 ◦ green 76 ◦ blue 253

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

Shades of Medium Orchid #B74CFD

Tints of Medium Orchid #B74CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 35.74%
G = 14.84%
B = 49.41%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B74CFD (or 0xB74CFD) is known color: Medium Orchid. HEX triplet: B7, 4C and FD. RGB value is (183,76,253). Sum of RGB (Red+Green+Blue) = 183+76+253=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #B74CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CFD is #48B302. Grayscale: #7F7F7F. Windows color (decimal): -4764419 or 16600247. OLE color: 16600247.

HSL color Cylindrical-coordinate representation of color #B74CFD: hue angle of 276.27º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74CFD is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 76 253 -
CMYK 0.28 0.70 0 0.01
HSL 276.27º 0.98% 0.65% -
HSV(B) 276.27º 0.7% 0.99% -
XYZ 39.84 22.33 95.14 -
YUV 128.17 198.45 167.11 -
System Red Green Blue C M Y K H S L
Decimal 183 76 253 0.28 0.70 0 0.01 276.27 0.98 0.65
Hex B7 4C FD 1C 46 0 1 114 62 41
Octal 267 114 375 34 106 0 1 424 142 101
Binary 10110111 1001100 11111101 11100 1000110 0 1 100010100 1100010 1000001

Color Harmonies of #B74CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CFD

Black with #B74CFD

Text Example


Text Example

White with #B74CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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