Html Css Color HEX #B767DD Medium Orchid

📋 copy color: '#B767DD'

red 183 ◦ green 103 ◦ blue 221

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

Shades of Medium Orchid #B767DD

Tints of Medium Orchid #B767DD

RGB

 RED value IS 183 (71.88% from 255) = 36.09%

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

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

R = 36.09%
G = 20.32%
B = 43.59%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B767DD (or 0xB767DD) is known color: Medium Orchid. HEX triplet: B7, 67 and DD. RGB value is (183,103,221). Sum of RGB (Red+Green+Blue) = 183+103+221=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #B767DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767DD is #489822. Grayscale: #8B8B8B. Windows color (decimal): -4757539 or 14510007. OLE color: 14510007.

HSL color Cylindrical-coordinate representation of color #B767DD: hue angle of 280.68º 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 #B767DD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 103 221 -
CMYK 0.17 0.53 0 0.13
HSL 280.68º 0.63% 0.64% -
HSV(B) 280.68º 0.53% 0.87% -
XYZ 37.43 24.99 71.26 -
YUV 140.37 173.5 158.41 -
System Red Green Blue C M Y K H S L
Decimal 183 103 221 0.17 0.53 0 0.13 280.68 0.63 0.64
Hex B7 67 DD 11 35 0 D 119 3F 40
Octal 267 147 335 21 65 0 15 431 77 100
Binary 10110111 1100111 11011101 10001 110101 0 1101 100011001 111111 1000000

Color Harmonies of #B767DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B767DD

Black with #B767DD

Text Example


Text Example

White with #B767DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B767DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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