Html Css Color HEX #B04CFB Medium Orchid

📋 copy color: '#B04CFB'

red 176 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #B04CFB

Tints of Medium Orchid #B04CFB

RGB

 RED value IS 176 (69.14% from 255) = 34.99%

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

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

R = 34.99%
G = 15.11%
B = 49.9%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B04CFB (or 0xB04CFB) is known color: Medium Orchid. HEX triplet: B0, 4C and FB. RGB value is (176,76,251). Sum of RGB (Red+Green+Blue) = 176+76+251=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #B04CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B04CFB is #4FB304. Grayscale: #7D7D7D. Windows color (decimal): -5223173 or 16469168. OLE color: 16469168.

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

Color convert

RGB 176 76 251 -
CMYK 0.30 0.70 0 0.02
HSL 274.29º 0.96% 0.64% -
HSV(B) 274.29º 0.7% 0.98% -
XYZ 37.9 21.36 93.39 -
YUV 125.85 198.63 163.77 -
System Red Green Blue C M Y K H S L
Decimal 176 76 251 0.30 0.70 0 0.02 274.29 0.96 0.64
Hex B0 4C FB 1E 46 0 2 112 60 40
Octal 260 114 373 36 106 0 2 422 140 100
Binary 10110000 1001100 11111011 11110 1000110 0 10 100010010 1100000 1000000

Color Harmonies of #B04CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CFB

Black with #B04CFB

Text Example


Text Example

White with #B04CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CFB; }

 p { color: rgb(176,76,251); }

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

background-color css

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

 a { background-color: rgb(176,76,251); }

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

border-color css

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

 span { border-color: rgb(176,76,251); }

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