Html Css Color HEX #B74BFD Medium Orchid

📋 copy color: '#B74BFD'

red 183 ◦ green 75 ◦ blue 253

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

Shades of Medium Orchid #B74BFD

Tints of Medium Orchid #B74BFD

RGB

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

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

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

R = 35.81%
G = 14.68%
B = 49.51%

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

#B74BFD (or 0xB74BFD) is known color: Medium Orchid. HEX triplet: B7, 4B and FD. RGB value is (183,75,253). Sum of RGB (Red+Green+Blue) = 183+75+253=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #B74BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74BFD is #48B402. Grayscale: #7E7E7E. Windows color (decimal): -4764675 or 16599991. OLE color: 16599991.

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

Color convert

RGB 183 75 253 -
CMYK 0.28 0.70 0 0.01
HSL 276.4º 0.98% 0.64% -
HSV(B) 276.4º 0.7% 0.99% -
XYZ 39.77 22.19 95.12 -
YUV 127.58 198.78 167.53 -
System Red Green Blue C M Y K H S L
Decimal 183 75 253 0.28 0.70 0 0.01 276.4 0.98 0.64
Hex B7 4B FD 1C 46 0 1 114 62 40
Octal 267 113 375 34 106 0 1 424 142 100
Binary 10110111 1001011 11111101 11100 1000110 0 1 100010100 1100010 1000000

Color Harmonies of #B74BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BFD

Black with #B74BFD

Text Example


Text Example

White with #B74BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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