Html Css Color HEX #B04BCF Medium Orchid

📋 copy color: '#B04BCF'

red 176 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #B04BCF

Tints of Medium Orchid #B04BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 38.43%
G = 16.38%
B = 45.2%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B04BCF (or 0xB04BCF) is known color: Medium Orchid. HEX triplet: B0, 4B and CF. RGB value is (176,75,207). Sum of RGB (Red+Green+Blue) = 176+75+207=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #B04BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BCF is #4FB430. Grayscale: #777777. Windows color (decimal): -5223473 or 13585328. OLE color: 13585328.

HSL color Cylindrical-coordinate representation of color #B04BCF: hue angle of 285.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04BCF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 75 207 -
CMYK 0.15 0.64 0 0.19
HSL 285.91º 0.58% 0.55% -
HSV(B) 285.91º 0.64% 0.81% -
XYZ 31.68 18.77 60.98 -
YUV 120.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 176 75 207 0.15 0.64 0 0.19 285.91 0.58 0.55
Hex B0 4B CF F 40 0 13 11E 3A 37
Octal 260 113 317 17 100 0 23 436 72 67
Binary 10110000 1001011 11001111 1111 1000000 0 10011 100011110 111010 110111

Color Harmonies of #B04BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BCF

Black with #B04BCF

Text Example


Text Example

White with #B04BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BCF; }

 p { color: rgb(176,75,207); }

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

background-color css

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

 a { background-color: rgb(176,75,207); }

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

border-color css

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

 span { border-color: rgb(176,75,207); }

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