Html Css Color HEX #BB53CF Medium Orchid

📋 copy color: '#BB53CF'

red 187 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #BB53CF

Tints of Medium Orchid #BB53CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 39.2%
G = 17.4%
B = 43.4%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB53CF (or 0xBB53CF) is known color: Medium Orchid. HEX triplet: BB, 53 and CF. RGB value is (187,83,207). Sum of RGB (Red+Green+Blue) = 187+83+207=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB53CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53CF is #44AC30. Grayscale: #7F7F7F. Windows color (decimal): -4500529 or 13587387. OLE color: 13587387.

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

Color convert

RGB 187 83 207 -
CMYK 0.10 0.60 0 0.19
HSL 290.32º 0.56% 0.57% -
HSV(B) 290.32º 0.6% 0.81% -
XYZ 34.85 21.26 61.3 -
YUV 128.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 187 83 207 0.10 0.60 0 0.19 290.32 0.56 0.57
Hex BB 53 CF A 3C 0 13 122 38 39
Octal 273 123 317 12 74 0 23 442 70 71
Binary 10111011 1010011 11001111 1010 111100 0 10011 100100010 111000 111001

Color Harmonies of #BB53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB53CF

Black with #BB53CF

Text Example


Text Example

White with #BB53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB53CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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