Html Css Color HEX #BB65D1 Medium Orchid

📋 copy color: '#BB65D1'

red 187 ◦ green 101 ◦ blue 209

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

Shades of Medium Orchid #BB65D1

Tints of Medium Orchid #BB65D1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.32%

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 37.63%
G = 20.32%
B = 42.05%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB65D1 (or 0xBB65D1) is known color: Medium Orchid. HEX triplet: BB, 65 and D1. RGB value is (187,101,209). Sum of RGB (Red+Green+Blue) = 187+101+209=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB65D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB65D1 is #449A2E. Grayscale: #8A8A8A. Windows color (decimal): -4495919 or 13723067. OLE color: 13723067.

HSL color Cylindrical-coordinate representation of color #BB65D1: hue angle of 287.78º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB65D1 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 101 209 -
CMYK 0.11 0.52 0 0.18
HSL 287.78º 0.54% 0.61% -
HSV(B) 287.78º 0.52% 0.82% -
XYZ 36.66 24.48 63.11 -
YUV 139.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 187 101 209 0.11 0.52 0 0.18 287.78 0.54 0.61
Hex BB 65 D1 B 34 0 12 120 36 3D
Octal 273 145 321 13 64 0 22 440 66 75
Binary 10111011 1100101 11010001 1011 110100 0 10010 100100000 110110 111101

Color Harmonies of #BB65D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65D1

Black with #BB65D1

Text Example


Text Example

White with #BB65D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65D1; }

 p { color: rgb(187,101,209); }

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

background-color css

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

 a { background-color: rgb(187,101,209); }

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

border-color css

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

 span { border-color: rgb(187,101,209); }

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