Html Css Color HEX #B05BFA Medium Orchid

📋 copy color: '#B05BFA'

red 176 ◦ green 91 ◦ blue 250

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

Shades of Medium Orchid #B05BFA

Tints of Medium Orchid #B05BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.6%

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 34.04%
G = 17.6%
B = 48.36%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B05BFA (or 0xB05BFA) is known color: Medium Orchid. HEX triplet: B0, 5B and FA. RGB value is (176,91,250). Sum of RGB (Red+Green+Blue) = 176+91+250=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #B05BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05BFA is #4FA405. Grayscale: #858585. Windows color (decimal): -5219334 or 16407472. OLE color: 16407472.

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

Color convert

RGB 176 91 250 -
CMYK 0.30 0.64 0 0.02
HSL 272.08º 0.94% 0.67% -
HSV(B) 272.08º 0.64% 0.98% -
XYZ 38.9 23.61 92.95 -
YUV 134.54 193.16 157.57 -
System Red Green Blue C M Y K H S L
Decimal 176 91 250 0.30 0.64 0 0.02 272.08 0.94 0.67
Hex B0 5B FA 1E 40 0 2 110 5E 43
Octal 260 133 372 36 100 0 2 420 136 103
Binary 10110000 1011011 11111010 11110 1000000 0 10 100010000 1011110 1000011

Color Harmonies of #B05BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05BFA

Black with #B05BFA

Text Example


Text Example

White with #B05BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05BFA; }

 p { color: rgb(176,91,250); }

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

background-color css

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

 a { background-color: rgb(176,91,250); }

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

border-color css

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

 span { border-color: rgb(176,91,250); }

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