Html Css Color HEX #B643CC Medium Orchid

📋 copy color: '#B643CC'

red 182 ◦ green 67 ◦ blue 204

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

Shades of Medium Orchid #B643CC

Tints of Medium Orchid #B643CC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.79%

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

R = 40.18%
G = 14.79%
B = 45.03%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B643CC (or 0xB643CC) is known color: Medium Orchid. HEX triplet: B6, 43 and CC. RGB value is (182,67,204). Sum of RGB (Red+Green+Blue) = 182+67+204=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #B643CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643CC is #49BC33. Grayscale: #747474. Windows color (decimal): -4832308 or 13386678. OLE color: 13386678.

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

Color convert

RGB 182 67 204 -
CMYK 0.11 0.67 0 0.2
HSL 290.37º 0.57% 0.53% -
HSV(B) 290.37º 0.67% 0.8% -
XYZ 32.2 18.32 58.97 -
YUV 117 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 182 67 204 0.11 0.67 0 0.2 290.37 0.57 0.53
Hex B6 43 CC B 43 0 14 122 39 35
Octal 266 103 314 13 103 0 24 442 71 65
Binary 10110110 1000011 11001100 1011 1000011 0 10100 100100010 111001 110101

Color Harmonies of #B643CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643CC

Black with #B643CC

Text Example


Text Example

White with #B643CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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