Html Css Color HEX #B669CC Medium Orchid

📋 copy color: '#B669CC'

red 182 ◦ green 105 ◦ blue 204

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

Shades of Medium Orchid #B669CC

Tints of Medium Orchid #B669CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.38%

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 37.07%
G = 21.38%
B = 41.55%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B669CC (or 0xB669CC) is known color: Medium Orchid. HEX triplet: B6, 69 and CC. RGB value is (182,105,204). Sum of RGB (Red+Green+Blue) = 182+105+204=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #B669CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669CC is #499633. Grayscale: #8A8A8A. Windows color (decimal): -4822580 or 13396406. OLE color: 13396406.

HSL color Cylindrical-coordinate representation of color #B669CC: hue angle of 286.67º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B669CC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 105 204 -
CMYK 0.11 0.49 0 0.2
HSL 286.67º 0.49% 0.61% -
HSV(B) 286.67º 0.49% 0.8% -
XYZ 35.24 24.41 59.98 -
YUV 139.31 164.51 158.45 -
System Red Green Blue C M Y K H S L
Decimal 182 105 204 0.11 0.49 0 0.2 286.67 0.49 0.61
Hex B6 69 CC B 31 0 14 11F 31 3D
Octal 266 151 314 13 61 0 24 437 61 75
Binary 10110110 1101001 11001100 1011 110001 0 10100 100011111 110001 111101

Color Harmonies of #B669CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669CC

Black with #B669CC

Text Example


Text Example

White with #B669CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669CC; }

 p { color: rgb(182,105,204); }

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

background-color css

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

 a { background-color: rgb(182,105,204); }

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

border-color css

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

 span { border-color: rgb(182,105,204); }

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