Html Css Color HEX #BB6CDA Medium Orchid

📋 copy color: '#BB6CDA'

red 187 ◦ green 108 ◦ blue 218

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

Shades of Medium Orchid #BB6CDA

Tints of Medium Orchid #BB6CDA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.05%

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 36.45%
G = 21.05%
B = 42.5%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB6CDA (or 0xBB6CDA) is known color: Medium Orchid. HEX triplet: BB, 6C and DA. RGB value is (187,108,218). Sum of RGB (Red+Green+Blue) = 187+108+218=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CDA is #449325. Grayscale: #8F8F8F. Windows color (decimal): -4494118 or 14314683. OLE color: 14314683.

HSL color Cylindrical-coordinate representation of color #BB6CDA: hue angle of 283.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB6CDA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 108 218 -
CMYK 0.14 0.50 0 0.15
HSL 283.09º 0.6% 0.64% -
HSV(B) 283.09º 0.5% 0.85% -
XYZ 38.51 26.35 69.39 -
YUV 144.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 187 108 218 0.14 0.50 0 0.15 283.09 0.6 0.64
Hex BB 6C DA E 32 0 F 11B 3C 40
Octal 273 154 332 16 62 0 17 433 74 100
Binary 10111011 1101100 11011010 1110 110010 0 1111 100011011 111100 1000000

Color Harmonies of #BB6CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CDA

Black with #BB6CDA

Text Example


Text Example

White with #BB6CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CDA; }

 p { color: rgb(187,108,218); }

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

background-color css

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

 a { background-color: rgb(187,108,218); }

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

border-color css

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

 span { border-color: rgb(187,108,218); }

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