Html Css Color HEX #B05CFA Medium Orchid

📋 copy color: '#B05CFA'

red 176 ◦ green 92 ◦ blue 250

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

Shades of Medium Orchid #B05CFA

Tints of Medium Orchid #B05CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.76%

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

R = 33.98%
G = 17.76%
B = 48.26%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B05CFA (or 0xB05CFA) is known color: Medium Orchid. HEX triplet: B0, 5C and FA. RGB value is (176,92,250). Sum of RGB (Red+Green+Blue) = 176+92+250=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #B05CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05CFA is #4FA305. Grayscale: #868686. Windows color (decimal): -5219078 or 16407728. OLE color: 16407728.

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

Color convert

RGB 176 92 250 -
CMYK 0.30 0.63 0 0.02
HSL 271.9º 0.94% 0.67% -
HSV(B) 271.9º 0.63% 0.98% -
XYZ 38.99 23.79 92.98 -
YUV 135.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 176 92 250 0.30 0.63 0 0.02 271.9 0.94 0.67
Hex B0 5C FA 1E 3F 0 2 110 5E 43
Octal 260 134 372 36 77 0 2 420 136 103
Binary 10110000 1011100 11111010 11110 111111 0 10 100010000 1011110 1000011

Color Harmonies of #B05CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05CFA

Black with #B05CFA

Text Example


Text Example

White with #B05CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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