Html Css Color HEX #B74DFB Medium Orchid

📋 copy color: '#B74DFB'

red 183 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #B74DFB

Tints of Medium Orchid #B74DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.07%

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 35.81%
G = 15.07%
B = 49.12%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B74DFB (or 0xB74DFB) is known color: Medium Orchid. HEX triplet: B7, 4D and FB. RGB value is (183,77,251). Sum of RGB (Red+Green+Blue) = 183+77+251=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #B74DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B74DFB is #48B204. Grayscale: #7F7F7F. Windows color (decimal): -4764165 or 16469431. OLE color: 16469431.

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

Color convert

RGB 183 77 251 -
CMYK 0.27 0.69 0 0.02
HSL 276.55º 0.96% 0.64% -
HSV(B) 276.55º 0.69% 0.98% -
XYZ 39.59 22.34 93.49 -
YUV 128.53 197.12 166.85 -
System Red Green Blue C M Y K H S L
Decimal 183 77 251 0.27 0.69 0 0.02 276.55 0.96 0.64
Hex B7 4D FB 1B 45 0 2 115 60 40
Octal 267 115 373 33 105 0 2 425 140 100
Binary 10110111 1001101 11111011 11011 1000101 0 10 100010101 1100000 1000000

Color Harmonies of #B74DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DFB

Black with #B74DFB

Text Example


Text Example

White with #B74DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DFB; }

 p { color: rgb(183,77,251); }

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

background-color css

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

 a { background-color: rgb(183,77,251); }

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

border-color css

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

 span { border-color: rgb(183,77,251); }

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