Html Css Color HEX #B74AFB Medium Orchid

📋 copy color: '#B74AFB'

red 183 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #B74AFB

Tints of Medium Orchid #B74AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.57%

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

R = 36.02%
G = 14.57%
B = 49.41%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B74AFB (or 0xB74AFB) is known color: Medium Orchid. HEX triplet: B7, 4A and FB. RGB value is (183,74,251). Sum of RGB (Red+Green+Blue) = 183+74+251=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #B74AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74AFB is #48B504. Grayscale: #7E7E7E. Windows color (decimal): -4764933 or 16468663. OLE color: 16468663.

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

Color convert

RGB 183 74 251 -
CMYK 0.27 0.71 0 0.02
HSL 276.95º 0.96% 0.64% -
HSV(B) 276.95º 0.71% 0.98% -
XYZ 39.39 21.93 93.42 -
YUV 126.77 198.11 168.11 -
System Red Green Blue C M Y K H S L
Decimal 183 74 251 0.27 0.71 0 0.02 276.95 0.96 0.64
Hex B7 4A FB 1B 47 0 2 115 60 40
Octal 267 112 373 33 107 0 2 425 140 100
Binary 10110111 1001010 11111011 11011 1000111 0 10 100010101 1100000 1000000

Color Harmonies of #B74AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74AFB

Black with #B74AFB

Text Example


Text Example

White with #B74AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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