Html Css Color HEX #B855D4 Medium Orchid

📋 copy color: '#B855D4'

red 184 ◦ green 85 ◦ blue 212

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

Shades of Medium Orchid #B855D4

Tints of Medium Orchid #B855D4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.67%

 BLUE value IS 212 (83.2% from 255) = 44.07%

R = 38.25%
G = 17.67%
B = 44.07%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B855D4 (or 0xB855D4) is known color: Medium Orchid. HEX triplet: B8, 55 and D4. RGB value is (184,85,212). Sum of RGB (Red+Green+Blue) = 184+85+212=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #B855D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855D4 is #47AA2B. Grayscale: #808080. Windows color (decimal): -4696620 or 13915576. OLE color: 13915576.

HSL color Cylindrical-coordinate representation of color #B855D4: hue angle of 286.77º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B855D4 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 184 85 212 -
CMYK 0.13 0.60 0 0.17
HSL 286.77º 0.6% 0.58% -
HSV(B) 286.77º 0.6% 0.83% -
XYZ 34.9 21.44 64.59 -
YUV 129.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 184 85 212 0.13 0.60 0 0.17 286.77 0.6 0.58
Hex B8 55 D4 D 3C 0 11 11F 3C 3A
Octal 270 125 324 15 74 0 21 437 74 72
Binary 10111000 1010101 11010100 1101 111100 0 10001 100011111 111100 111010

Color Harmonies of #B855D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855D4

Black with #B855D4

Text Example


Text Example

White with #B855D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855D4; }

 p { color: rgb(184,85,212); }

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

background-color css

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

 a { background-color: rgb(184,85,212); }

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

border-color css

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

 span { border-color: rgb(184,85,212); }

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