Html Css Color HEX #B05AFA Medium Orchid

📋 copy color: '#B05AFA'

red 176 ◦ green 90 ◦ blue 250

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

Shades of Medium Orchid #B05AFA

Tints of Medium Orchid #B05AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.44%

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

R = 34.11%
G = 17.44%
B = 48.45%

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

#B05AFA (or 0xB05AFA) is known color: Medium Orchid. HEX triplet: B0, 5A and FA. RGB value is (176,90,250). Sum of RGB (Red+Green+Blue) = 176+90+250=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #B05AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AFA is #4FA505. Grayscale: #858585. Windows color (decimal): -5219590 or 16407216. OLE color: 16407216.

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

Color convert

RGB 176 90 250 -
CMYK 0.30 0.64 0 0.02
HSL 272.25º 0.94% 0.67% -
HSV(B) 272.25º 0.64% 0.98% -
XYZ 38.82 23.44 92.92 -
YUV 133.95 193.49 157.99 -
System Red Green Blue C M Y K H S L
Decimal 176 90 250 0.30 0.64 0 0.02 272.25 0.94 0.67
Hex B0 5A FA 1E 40 0 2 110 5E 43
Octal 260 132 372 36 100 0 2 420 136 103
Binary 10110000 1011010 11111010 11110 1000000 0 10 100010000 1011110 1000011

Color Harmonies of #B05AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05AFA

Black with #B05AFA

Text Example


Text Example

White with #B05AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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