Html Css Color HEX #B667DD Medium Orchid

📋 copy color: '#B667DD'

red 182 ◦ green 103 ◦ blue 221

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

Shades of Medium Orchid #B667DD

Tints of Medium Orchid #B667DD

RGB

 RED value IS 182 (71.48% from 255) = 35.97%

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 35.97%
G = 20.36%
B = 43.68%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B667DD (or 0xB667DD) is known color: Medium Orchid. HEX triplet: B6, 67 and DD. RGB value is (182,103,221). Sum of RGB (Red+Green+Blue) = 182+103+221=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #B667DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667DD is #499822. Grayscale: #8B8B8B. Windows color (decimal): -4823075 or 14510006. OLE color: 14510006.

HSL color Cylindrical-coordinate representation of color #B667DD: hue angle of 280.17º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B667DD is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 103 221 -
CMYK 0.18 0.53 0 0.13
HSL 280.17º 0.63% 0.64% -
HSV(B) 280.17º 0.53% 0.87% -
XYZ 37.19 24.87 71.25 -
YUV 140.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 182 103 221 0.18 0.53 0 0.13 280.17 0.63 0.64
Hex B6 67 DD 12 35 0 D 118 3F 40
Octal 266 147 335 22 65 0 15 430 77 100
Binary 10110110 1100111 11011101 10010 110101 0 1101 100011000 111111 1000000

Color Harmonies of #B667DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B667DD

Black with #B667DD

Text Example


Text Example

White with #B667DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B667DD; }

 p { color: rgb(182,103,221); }

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

background-color css

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

 a { background-color: rgb(182,103,221); }

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

border-color css

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

 span { border-color: rgb(182,103,221); }

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