Html Css Color HEX #BE67CB Medium Orchid

📋 copy color: '#BE67CB'

red 190 ◦ green 103 ◦ blue 203

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

Shades of Medium Orchid #BE67CB

Tints of Medium Orchid #BE67CB

RGB

 RED value IS 190 (74.61% from 255) = 38.31%

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

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 38.31%
G = 20.77%
B = 40.93%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE67CB (or 0xBE67CB) is known color: Medium Orchid. HEX triplet: BE, 67 and CB. RGB value is (190,103,203). Sum of RGB (Red+Green+Blue) = 190+103+203=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE67CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE67CB is #419834. Grayscale: #8C8C8C. Windows color (decimal): -4298805 or 13330366. OLE color: 13330366.

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

Color convert

RGB 190 103 203 -
CMYK 0.06 0.49 0 0.20
HSL 292.2º 0.49% 0.6% -
HSV(B) 292.2º 0.49% 0.8% -
XYZ 36.86 24.96 59.37 -
YUV 140.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 190 103 203 0.06 0.49 0 0.20 292.2 0.49 0.6
Hex BE 67 CB 6 31 0 14 124 31 3C
Octal 276 147 313 6 61 0 24 444 61 74
Binary 10111110 1100111 11001011 110 110001 0 10100 100100100 110001 111100

Color Harmonies of #BE67CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE67CB

Black with #BE67CB

Text Example


Text Example

White with #BE67CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE67CB; }

 p { color: rgb(190,103,203); }

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

background-color css

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

 a { background-color: rgb(190,103,203); }

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

border-color css

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

 span { border-color: rgb(190,103,203); }

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