Html Css Color HEX #BB5BCF Medium Orchid

📋 copy color: '#BB5BCF'

red 187 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #BB5BCF

Tints of Medium Orchid #BB5BCF

RGB

 RED value IS 187 (73.44% from 255) = 38.56%

 GREEN value IS 91 (35.94% from 255) = 18.76%

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 38.56%
G = 18.76%
B = 42.68%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB5BCF (or 0xBB5BCF) is known color: Medium Orchid. HEX triplet: BB, 5B and CF. RGB value is (187,91,207). Sum of RGB (Red+Green+Blue) = 187+91+207=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 91 (35.94% from 255 or 18.76% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB5BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BCF is #44A430. Grayscale: #848484. Windows color (decimal): -4498481 or 13589435. OLE color: 13589435.

HSL color Cylindrical-coordinate representation of color #BB5BCF: hue angle of 289.66º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5BCF is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 91 207 -
CMYK 0.10 0.56 0 0.19
HSL 289.66º 0.55% 0.58% -
HSV(B) 289.66º 0.56% 0.81% -
XYZ 35.5 22.55 61.51 -
YUV 132.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 187 91 207 0.10 0.56 0 0.19 289.66 0.55 0.58
Hex BB 5B CF A 38 0 13 122 37 3A
Octal 273 133 317 12 70 0 23 442 67 72
Binary 10111011 1011011 11001111 1010 111000 0 10011 100100010 110111 111010

Color Harmonies of #BB5BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BCF

Black with #BB5BCF

Text Example


Text Example

White with #BB5BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BCF; }

 p { color: rgb(187,91,207); }

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

background-color css

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

 a { background-color: rgb(187,91,207); }

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

border-color css

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

 span { border-color: rgb(187,91,207); }

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