Html Css Color HEX #BD67D6 Medium Orchid

📋 copy color: '#BD67D6'

red 189 ◦ green 103 ◦ blue 214

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

Shades of Medium Orchid #BD67D6

Tints of Medium Orchid #BD67D6

RGB

 RED value IS 189 (74.22% from 255) = 37.35%

 GREEN value IS 103 (40.63% from 255) = 20.36%

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 37.35%
G = 20.36%
B = 42.29%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD67D6 (or 0xBD67D6) is known color: Medium Orchid. HEX triplet: BD, 67 and D6. RGB value is (189,103,214). Sum of RGB (Red+Green+Blue) = 189+103+214=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD67D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67D6 is #429829. Grayscale: #8D8D8D. Windows color (decimal): -4364330 or 14051261. OLE color: 14051261.

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

Color convert

RGB 189 103 214 -
CMYK 0.12 0.52 0 0.16
HSL 286.49º 0.58% 0.62% -
HSV(B) 286.49º 0.52% 0.84% -
XYZ 37.97 25.37 66.51 -
YUV 141.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 189 103 214 0.12 0.52 0 0.16 286.49 0.58 0.62
Hex BD 67 D6 C 34 0 10 11E 3A 3E
Octal 275 147 326 14 64 0 20 436 72 76
Binary 10111101 1100111 11010110 1100 110100 0 10000 100011110 111010 111110

Color Harmonies of #BD67D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD67D6

Black with #BD67D6

Text Example


Text Example

White with #BD67D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD67D6; }

 p { color: rgb(189,103,214); }

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

background-color css

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

 a { background-color: rgb(189,103,214); }

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

border-color css

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

 span { border-color: rgb(189,103,214); }

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