Html Css Color HEX #B855CA Medium Orchid

📋 copy color: '#B855CA'

red 184 ◦ green 85 ◦ blue 202

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

Shades of Medium Orchid #B855CA

Tints of Medium Orchid #B855CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 39.07%
G = 18.05%
B = 42.89%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B855CA (or 0xB855CA) is known color: Medium Orchid. HEX triplet: B8, 55 and CA. RGB value is (184,85,202). Sum of RGB (Red+Green+Blue) = 184+85+202=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #B855CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B855CA is #47AA35. Grayscale: #7F7F7F. Windows color (decimal): -4696630 or 13260216. OLE color: 13260216.

HSL color Cylindrical-coordinate representation of color #B855CA: hue angle of 290.77º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B855CA is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 85 202 -
CMYK 0.09 0.58 0 0.21
HSL 290.77º 0.52% 0.56% -
HSV(B) 290.77º 0.58% 0.79% -
XYZ 33.68 20.95 58.15 -
YUV 127.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 184 85 202 0.09 0.58 0 0.21 290.77 0.52 0.56
Hex B8 55 CA 9 3A 0 15 123 34 38
Octal 270 125 312 11 72 0 25 443 64 70
Binary 10111000 1010101 11001010 1001 111010 0 10101 100100011 110100 111000

Color Harmonies of #B855CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B855CA

Black with #B855CA

Text Example


Text Example

White with #B855CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B855CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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