Html Css Color HEX #B85AFA Medium Orchid

📋 copy color: '#B85AFA'

red 184 ◦ green 90 ◦ blue 250

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

Shades of Medium Orchid #B85AFA

Tints of Medium Orchid #B85AFA

RGB

 RED value IS 184 (72.27% from 255) = 35.11%

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

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

R = 35.11%
G = 17.18%
B = 47.71%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B85AFA (or 0xB85AFA) is known color: Medium Orchid. HEX triplet: B8, 5A and FA. RGB value is (184,90,250). Sum of RGB (Red+Green+Blue) = 184+90+250=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #B85AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85AFA is #47A505. Grayscale: #878787. Windows color (decimal): -4695302 or 16407224. OLE color: 16407224.

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

Color convert

RGB 184 90 250 -
CMYK 0.26 0.64 0 0.02
HSL 275.25º 0.94% 0.67% -
HSV(B) 275.25º 0.64% 0.98% -
XYZ 40.68 24.4 93.01 -
YUV 136.35 192.14 161.99 -
System Red Green Blue C M Y K H S L
Decimal 184 90 250 0.26 0.64 0 0.02 275.25 0.94 0.67
Hex B8 5A FA 1A 40 0 2 113 5E 43
Octal 270 132 372 32 100 0 2 423 136 103
Binary 10111000 1011010 11111010 11010 1000000 0 10 100010011 1011110 1000011

Color Harmonies of #B85AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85AFA

Black with #B85AFA

Text Example


Text Example

White with #B85AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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