Html Css Color HEX #BB68D7 Medium Orchid

📋 copy color: '#BB68D7'

red 187 ◦ green 104 ◦ blue 215

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

Shades of Medium Orchid #BB68D7

Tints of Medium Orchid #BB68D7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.55%

 BLUE value IS 215 (84.38% from 255) = 42.49%

R = 36.96%
G = 20.55%
B = 42.49%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB68D7 (or 0xBB68D7) is known color: Medium Orchid. HEX triplet: BB, 68 and D7. RGB value is (187,104,215). Sum of RGB (Red+Green+Blue) = 187+104+215=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB68D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68D7 is #449728. Grayscale: #8D8D8D. Windows color (decimal): -4495145 or 14117051. OLE color: 14117051.

HSL color Cylindrical-coordinate representation of color #BB68D7: hue angle of 284.86º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB68D7 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 104 215 -
CMYK 0.13 0.52 0 0.16
HSL 284.86º 0.58% 0.63% -
HSV(B) 284.86º 0.52% 0.84% -
XYZ 37.71 25.37 67.2 -
YUV 141.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 187 104 215 0.13 0.52 0 0.16 284.86 0.58 0.63
Hex BB 68 D7 D 34 0 10 11D 3A 3F
Octal 273 150 327 15 64 0 20 435 72 77
Binary 10111011 1101000 11010111 1101 110100 0 10000 100011101 111010 111111

Color Harmonies of #BB68D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68D7

Black with #BB68D7

Text Example


Text Example

White with #BB68D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68D7; }

 p { color: rgb(187,104,215); }

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

background-color css

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

 a { background-color: rgb(187,104,215); }

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

border-color css

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

 span { border-color: rgb(187,104,215); }

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