Html Css Color HEX #BB5ACF Medium Orchid

📋 copy color: '#BB5ACF'

red 187 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #BB5ACF

Tints of Medium Orchid #BB5ACF

RGB

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

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

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

R = 38.64%
G = 18.6%
B = 42.77%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB5ACF (or 0xBB5ACF) is known color: Medium Orchid. HEX triplet: BB, 5A and CF. RGB value is (187,90,207). Sum of RGB (Red+Green+Blue) = 187+90+207=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB5ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ACF is #44A530. Grayscale: #838383. Windows color (decimal): -4498737 or 13589179. OLE color: 13589179.

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

Color convert

RGB 187 90 207 -
CMYK 0.10 0.57 0 0.19
HSL 289.74º 0.55% 0.58% -
HSV(B) 289.74º 0.57% 0.81% -
XYZ 35.41 22.38 61.49 -
YUV 132.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 187 90 207 0.10 0.57 0 0.19 289.74 0.55 0.58
Hex BB 5A CF A 39 0 13 122 37 3A
Octal 273 132 317 12 71 0 23 442 67 72
Binary 10111011 1011010 11001111 1010 111001 0 10011 100100010 110111 111010

Color Harmonies of #BB5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5ACF

Black with #BB5ACF

Text Example


Text Example

White with #BB5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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