Html Css Color HEX #B74BFB Medium Orchid

📋 copy color: '#B74BFB'

red 183 ◦ green 75 ◦ blue 251

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

Shades of Medium Orchid #B74BFB

Tints of Medium Orchid #B74BFB

RGB

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

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

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

R = 35.95%
G = 14.73%
B = 49.31%

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

#B74BFB (or 0xB74BFB) is known color: Medium Orchid. HEX triplet: B7, 4B and FB. RGB value is (183,75,251). Sum of RGB (Red+Green+Blue) = 183+75+251=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #B74BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74BFB is #48B404. Grayscale: #7E7E7E. Windows color (decimal): -4764677 or 16468919. OLE color: 16468919.

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

Color convert

RGB 183 75 251 -
CMYK 0.27 0.70 0 0.02
HSL 276.82º 0.96% 0.64% -
HSV(B) 276.82º 0.7% 0.98% -
XYZ 39.46 22.06 93.45 -
YUV 127.36 197.78 167.69 -
System Red Green Blue C M Y K H S L
Decimal 183 75 251 0.27 0.70 0 0.02 276.82 0.96 0.64
Hex B7 4B FB 1B 46 0 2 115 60 40
Octal 267 113 373 33 106 0 2 425 140 100
Binary 10110111 1001011 11111011 11011 1000110 0 10 100010101 1100000 1000000

Color Harmonies of #B74BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BFB

Black with #B74BFB

Text Example


Text Example

White with #B74BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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